mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-09 21:42:05 +00:00
Add changelog for 0.26.0 (#679)
This commit is contained in:
parent
2aba3f8c91
commit
b525c9f2f7
1 changed files with 18 additions and 0 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -8,6 +8,24 @@ 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.26.0] 2022-10-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Support MySQL table option `{INDEX | KEY}` in CREATE TABLE definiton (#665) - Thanks @AugustoFKL
|
||||||
|
* Support `CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name>` (#678) - Thanks @sam-mmm
|
||||||
|
* Support `DROP SEQUENCE` statement (#673) - Thanks @sam-mmm
|
||||||
|
* Support for ANSI types `CHARACTER LARGE OBJECT[(p)]` and `CHAR LARGE OBJECT[(p)]` (#671) - Thanks @AugustoFKL
|
||||||
|
* Support `[CACHE|UNCACHE] TABLE` (#670) - Thanks @francis-du
|
||||||
|
* Support `CEIL(expr TO DateTimeField)` and `FLOOR(expr TO DateTimeField)` - Thanks @sarahyurick
|
||||||
|
* Support all ansii character string types, (#648) - Thanks @AugustoFKL
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Support expressions inside window frames (#655) - Thanks @mustafasrepo and @ozankabak
|
||||||
|
* Support unit on char length units for small character strings (#663) - Thanks @AugustoFKL
|
||||||
|
* Replace booleans on `SET ROLE` with a single enum. (#664) - Thanks @AugustoFKL
|
||||||
|
* Replace `Option`s with enum for `DECIMAL` precision (#654) - Thanks @AugustoFKL
|
||||||
|
|
||||||
## [0.25.0] 2022-10-03
|
## [0.25.0] 2022-10-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue