Skip to content

Commit e2a51ad

Browse files
authored
Release notes for 0.24.0 (#634)
* Disambiguate CREATE ROLE ... USER and GROUP * Add changelog for 0.24
1 parent d87408b commit e2a51ad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ 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.24.0] 2022-09-29
12+
13+
### Added
14+
15+
* Support `MILLENNIUM` (2 Ns) (#633) - Thanks @sarahyurick
16+
* Support `MEDIUMINT` (#630) - Thanks @AugustoFKL
17+
* Support `DOUBLE PRECISION` (#629) - Thanks @AugustoFKL
18+
* Support precision in `CLOB`, `BINARY`, `VARBINARY`, `BLOB` data type (#618) - Thanks @ding-young
19+
* Support `CREATE ROLE` and `DROP ROLE` (#598) - Thanks @blx
20+
* Support full range of sqlite prepared statement placeholders (#604) - Thanks @lovasoa
21+
* Support National string literal with lower case `n` (#612) - Thanks @mskrzypkows
22+
* Support SHOW FUNCTIONS (#620) - Thanks @joocer
23+
* Support `set time zone to 'some-timezone'` (#617) - Thanks @waitingkuo
24+
25+
### Changed
26+
* Move `Value::Interval` to `Expr::Interval` (#609) - Thanks @ding-young
27+
* Update `criterion` dev-requirement from 0.3 to 0.4 in /sqlparser_bench (#611) - Thanks @dependabot
28+
* Box `Query` in `Cte` (#572) - Thanks @MazterQyou
29+
30+
### Other
31+
* Disambiguate CREATE ROLE ... USER and GROUP (#628) - Thanks @alamb
32+
* Add test for optional WITH in CREATE ROLE (#627) - Thanks @alamb
33+
1134
## [0.23.0] 2022-09-08
1235

1336
### Added

0 commit comments

Comments
 (0)