Skip to content

Commit 07dcab6

Browse files
committed
Update changelog for 0.17.0
1 parent 6b2fc81 commit 07dcab6

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,32 @@ Given that the parser produces a typed AST, any changes to the AST will technica
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

1111

12+
## [0.17.0] 2022-05-09
13+
14+
### Added
15+
16+
* Support `TABLE` keyword with SELECT INTO (#487) - Thanks @MazterQyou
17+
* Support `ANY`/`ALL` operators (#477) - Thanks @ovr
18+
* Support `ArrayIndex` in `GenericDialect` (#480) - Thanks @ovr
19+
* Support `Redshift` dialect, handle square brackets properly (#471) - Thanks @mskrzypkows
20+
* Support `KILL` statement (#479) - Thanks @ovr
21+
* Support `QUALIFY` clause on `SELECT` for `Snowflake` dialect (#465) - Thanks @mobuchowski
22+
* Support `POSITION(x IN y)` function syntax (#463) @yuval-illumex
23+
* Support `global`,`local`, `on commit` for `create temporary table` (#456) - Thanks @gandronchik
24+
* Support `NVARCHAR` data type (#462) - Thanks @yuval-illumex
25+
* Support for postgres json operators `->`, `->>`, `#>`, and `#>>` (#458) - Thanks @poonai
26+
* Support `SET ROLE` statement (#455) - Thanks @slhmy
27+
28+
### Changed:
29+
* Improve docstrings for `KILL` statement (#481) - Thanks @alamb
30+
* Add negative tests for `POSITION` (#469) - Thanks @alamb
31+
* Add negative tests for `IN` parsing (#468) - Thanks @alamb
32+
33+
### Fixed:
34+
* `INTO` keyword is optional for `INSERT`, `MERGE` (#473) - Thanks @mobuchowski
35+
* Support `IS TRUE` and `IS FALSE` expressions in boolean filter (#474) - Thanks @yuval-illumex
36+
* Support fully qualified object names in `SET VARIABLE` (#484) - Thanks mobuchowski
37+
1238
## [0.16.0] 2022-04-03
1339

1440
### Added
@@ -65,8 +91,6 @@ Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented
6591
* export all methods of parser (#397) - Thanks @neverchanje!
6692
* Clarify maintenance status on README (#416) - @alamb
6793

68-
@panarch
69-
7094
### Fixed
7195
* Fix new clippy errors (#412) - @alamb
7296
* Fix panic with `GRANT/REVOKE` in `CONNECT`, `CREATE`, `EXECUTE` or `TEMPORARY` - Thanks @evgenyx00

0 commit comments

Comments
 (0)