mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
update changelog for 0.22 (#595)
This commit is contained in:
parent
6f55dead53
commit
0191839176
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@ Given that the parser produces a typed AST, any changes to the AST will technica
|
|||
## [Unreleased]
|
||||
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
|
||||
|
||||
## [0.22.0] 2022-08-26
|
||||
|
||||
### Added
|
||||
* Support `OVERLAY` expressions - Thanks (#594) @ayushg
|
||||
* Support `WITH TIMEZONE` and `WITHOUT TIMEZONE` when parsing `TIMESTAMP` expressions - Thanks (#589) @waitingkuo
|
||||
* Add ability for dialects to override prefix, infix, and statement parsing - Thanks (#581) @andygrove
|
||||
|
||||
## [0.21.0] 2022-08-18
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue