Skip to content

Commit b525c9f

Browse files
authored
Add changelog for 0.26.0 (#679)
1 parent 2aba3f8 commit b525c9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ 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+
12+
## [0.26.0] 2022-10-19
13+
14+
### Added
15+
* Support MySQL table option `{INDEX | KEY}` in CREATE TABLE definiton (#665) - Thanks @AugustoFKL
16+
* Support `CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name>` (#678) - Thanks @sam-mmm
17+
* Support `DROP SEQUENCE` statement (#673) - Thanks @sam-mmm
18+
* Support for ANSI types `CHARACTER LARGE OBJECT[(p)]` and `CHAR LARGE OBJECT[(p)]` (#671) - Thanks @AugustoFKL
19+
* Support `[CACHE|UNCACHE] TABLE` (#670) - Thanks @francis-du
20+
* Support `CEIL(expr TO DateTimeField)` and `FLOOR(expr TO DateTimeField)` - Thanks @sarahyurick
21+
* Support all ansii character string types, (#648) - Thanks @AugustoFKL
22+
23+
### Changed
24+
* Support expressions inside window frames (#655) - Thanks @mustafasrepo and @ozankabak
25+
* Support unit on char length units for small character strings (#663) - Thanks @AugustoFKL
26+
* Replace booleans on `SET ROLE` with a single enum. (#664) - Thanks @AugustoFKL
27+
* Replace `Option`s with enum for `DECIMAL` precision (#654) - Thanks @AugustoFKL
28+
1129
## [0.25.0] 2022-10-03
1230

1331
### Added

0 commit comments

Comments
 (0)