Skip to content

Commit 28e558c

Browse files
authored
Changelog for 0.33.0 (#846)
* Changelog for `0.33.0` * typo
1 parent 04d9f3a commit 28e558c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ 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.33.0] 2023-04-10
12+
13+
### Added
14+
* Support for Mysql Backslash escapes (enabled by default) (#844) - Thanks @cobyge
15+
* Support "UPDATE" statement in "WITH" subquery (#842) - Thanks @nicksrandall
16+
* Support PIVOT table syntax (#836) - Thanks @pawel-big-lebowski
17+
* Support CREATE/DROP STAGE for Snowflake (#833) - Thanks @pawel-big-lebowski
18+
* Support Non-Latin characters (#840) - Thanks @mskrzypkows
19+
* Support PostgreSQL: GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY and GENERATED - Thanks @sam-mmm
20+
* Support IF EXISTS in COMMENT statements (#831) - Thanks @pawel-big-lebowski
21+
* Support snowflake alter table swap with (#825) - Thanks @pawel-big-lebowski
22+
23+
### Changed
24+
* Move tests from parser.rs to appropriate parse_XX tests (#845) - Thanks @alamb
25+
* Correct typos in parser.rs (#838) - Thanks @felixonmars
26+
* Improve documentation on verified_* methods (#828) - Thanks @alamb
1127

1228
## [0.32.0] 2023-03-6
1329

0 commit comments

Comments
 (0)