@@ -9,6 +9,32 @@ Given that the parser produces a typed AST, any changes to the AST will technica
9
9
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
10
10
11
11
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
+
12
38
## [ 0.16.0] 2022-04-03
13
39
14
40
### Added
@@ -65,8 +91,6 @@ Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented
65
91
* export all methods of parser (#397 ) - Thanks @neverchanje !
66
92
* Clarify maintenance status on README (#416 ) - @alamb
67
93
68
- @panarch
69
-
70
94
### Fixed
71
95
* Fix new clippy errors (#412 ) - @alamb
72
96
* Fix panic with ` GRANT/REVOKE ` in ` CONNECT ` , ` CREATE ` , ` EXECUTE ` or ` TEMPORARY ` - Thanks @evgenyx00
0 commit comments