Skip to content

Commit

Permalink
Update GitQL and GitQL SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Nov 29, 2024
1 parent de84cc8 commit f93e305
Show file tree
Hide file tree
Showing 9 changed files with 174 additions and 137 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## Version 0.32.0 _(2024-11-30)_

- Support Contained By expression using `@>` operator for Array, Range.
- Support Contained By expression using `<@` operator Array, Range.
- Change Between Expr syntax to be `BETWEEN X AND Y`.
- Supports `Between [Symmetric | Asymmetric] X AND Y` kinds.
- Supports `NOT BETWEEN` expression.
- Support `NOT LIKE` expression.
- Support Explicit cast from `Date` to `DateTime`.
- Generate different name for column and hidden selections.
- Improve the structure of the Tokenizer.
- Implement `TO_HEX` Text Function.
- Support Escape characters in the Tokenizer.
- Implement Scripting mode from external file.
- Support NOT as prefix unary operator.
- Prefix unary expression Bitwise not.

## Version 0.31.0 _(2024-11-12)_

- Implement Cast function call expression `CAST(expr AS <Type>)`.
Expand Down
Loading

0 comments on commit f93e305

Please sign in to comment.