Skip to content

Commit a452054

Browse files
authored
CHANGELOG for 0.36.0 (#924)
1 parent f98a2f9 commit a452054

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ 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.36.0] 2023-07-19
12+
13+
### Added
14+
* Support toggling "unescape" mode to retain original escaping (#870) - Thanks @canalun
15+
* Support UNION (ALL) BY NAME syntax (#915) - Thanks @parkma99
16+
* Add doc comment for all operators (#917) - Thanks @izveigor
17+
* Support `PGOverlap` operator (#912) - Thanks @izveigor
18+
* Support multi args for unnest (#909) - Thanks @jayzhan211
19+
* Support `ALTER VIEW`, MySQL syntax (#907) - Thanks @liadgiladi
20+
* Add DeltaLake keywords (#906) - Thanks @roeap
21+
22+
### Fixed
23+
* Parse JsonOperators correctly (#913) - Thanks @izveigor
24+
* Fix dependabot by removing rust-toolchain toml (#922) - Thanks @alamb
25+
26+
### Changed
27+
* Clean up JSON operator tokenizing code (#923) - Thanks @alamb
28+
* Upgrade bigdecimal to 0.4.1 (#921) - Thanks @jinlee0
29+
* Remove most instances of #[cfg(feature(bigdecimal))] in tests (#910) - Thanks @alamb
1130

1231
## [0.35.0] 2023-06-23
1332

0 commit comments

Comments
 (0)