mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-09 13:40:22 +00:00
parent
04d9f3af2e
commit
28e558c286
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -8,6 +8,22 @@ Given that the parser produces a typed AST, any changes to the AST will technica
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
|
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
|
||||||
|
|
||||||
|
## [0.33.0] 2023-04-10
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Support for Mysql Backslash escapes (enabled by default) (#844) - Thanks @cobyge
|
||||||
|
* Support "UPDATE" statement in "WITH" subquery (#842) - Thanks @nicksrandall
|
||||||
|
* Support PIVOT table syntax (#836) - Thanks @pawel-big-lebowski
|
||||||
|
* Support CREATE/DROP STAGE for Snowflake (#833) - Thanks @pawel-big-lebowski
|
||||||
|
* Support Non-Latin characters (#840) - Thanks @mskrzypkows
|
||||||
|
* Support PostgreSQL: GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY and GENERATED - Thanks @sam-mmm
|
||||||
|
* Support IF EXISTS in COMMENT statements (#831) - Thanks @pawel-big-lebowski
|
||||||
|
* Support snowflake alter table swap with (#825) - Thanks @pawel-big-lebowski
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Move tests from parser.rs to appropriate parse_XX tests (#845) - Thanks @alamb
|
||||||
|
* Correct typos in parser.rs (#838) - Thanks @felixonmars
|
||||||
|
* Improve documentation on verified_* methods (#828) - Thanks @alamb
|
||||||
|
|
||||||
## [0.32.0] 2023-03-6
|
## [0.32.0] 2023-03-6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue