mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-26 23:49:10 +00:00
CHANGELOG for 0.36.0 (#924)
This commit is contained in:
parent
f98a2f9dca
commit
a452054111
1 changed files with 19 additions and 0 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -8,6 +8,25 @@ 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.36.0] 2023-07-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Support toggling "unescape" mode to retain original escaping (#870) - Thanks @canalun
|
||||||
|
* Support UNION (ALL) BY NAME syntax (#915) - Thanks @parkma99
|
||||||
|
* Add doc comment for all operators (#917) - Thanks @izveigor
|
||||||
|
* Support `PGOverlap` operator (#912) - Thanks @izveigor
|
||||||
|
* Support multi args for unnest (#909) - Thanks @jayzhan211
|
||||||
|
* Support `ALTER VIEW`, MySQL syntax (#907) - Thanks @liadgiladi
|
||||||
|
* Add DeltaLake keywords (#906) - Thanks @roeap
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Parse JsonOperators correctly (#913) - Thanks @izveigor
|
||||||
|
* Fix dependabot by removing rust-toolchain toml (#922) - Thanks @alamb
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Clean up JSON operator tokenizing code (#923) - Thanks @alamb
|
||||||
|
* Upgrade bigdecimal to 0.4.1 (#921) - Thanks @jinlee0
|
||||||
|
* Remove most instances of #[cfg(feature(bigdecimal))] in tests (#910) - Thanks @alamb
|
||||||
|
|
||||||
## [0.35.0] 2023-06-23
|
## [0.35.0] 2023-06-23
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue