File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,29 @@ Given that the parser produces a typed AST, any changes to the AST will technica
8
8
## [ Unreleased]
9
9
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
10
10
11
+ ## [ 0.38.0] 2023-09-21
12
+
13
+ ### Added
14
+
15
+ * Support ` == ` operator for Sqlite (#970 ) - Thanks @marhoily
16
+ * Support mysql ` PARTITION ` to table selection (#959 ) - Thanks @chunshao90
17
+ * Support ` UNNEST ` as a table factor for PostgreSQL (#968 ) @hexedpackets
18
+ * Support MySQL ` UNIQUE KEY ` syntax (#962 ) - Thanks @artorias1024
19
+ * Support` ` GROUP BY ALL` (#964 ) - @berkaysynnada
20
+ * Support multiple actions in one ALTER TABLE statement (#960 ) - Thanks @ForbesLindesay
21
+ * Add ` --sqlite param ` to CLI (#956 ) - Thanks @ddol
22
+
23
+ ### Fixed
24
+ * Fix Rust 1.72 clippy lints (#957 ) - Thanks @alamb
25
+
26
+ ### Changed
27
+ * Add missing token loc in parse err msg (#965 ) - Thanks @ding-young
28
+ * Change how ` ANY ` and ` ALL ` expressions are represented in AST (#963 ) - Thanks @SeanTroyUWO
29
+ * Show location info in parse errors (#958 ) - Thanks @MartinNowak
30
+ * Update release documentation (#954 ) - Thanks @alamb
31
+ * Break test and coverage test into separate jobs (#949 ) - Thanks @alamb
32
+
33
+
11
34
## [ 0.37.0] 2023-08-22
12
35
13
36
### Added
You can’t perform that action at this time.
0 commit comments