Skip to content

Commit 2648ec7

Browse files
alambserprex
authored andcommitted
Changelog for 0.38.0 release (apache#973)
1 parent c62d1ca commit 2648ec7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ Given that the parser produces a typed AST, any changes to the AST will technica
88
## [Unreleased]
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

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+
1134
## [0.37.0] 2023-08-22
1235

1336
### Added

0 commit comments

Comments
 (0)