Skip to content

Commit

Permalink
docs: tuple support
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Jul 26, 2023
1 parent 29461e1 commit 20b028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Added

- New array support: `select {first_name, last_name}`
- New tuple support: `select {first_name, last_name}`
- New function definition support: `let add = a b -> a + b`
- `this` and `that` as tale alias support
- Relation literals create a relation (a "table") as an array of tuples: `from [{a=5, b=false}, {a=6, b=true}]`
Expand Down

0 comments on commit 20b028b

Please sign in to comment.