Skip to content

Commit ec22e00

Browse files
authored
Update CHANGELOG.md for 0.19.0 (#545)
1 parent 16af309 commit ec22e00

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,33 @@ Given that the parser produces a typed AST, any changes to the AST will technica
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

1111

12+
## [0.19.0] 2022-07-28
13+
14+
### Added
15+
16+
* Support `ON CLUSTER` for `CREATE TABLE` statement (ClickHouse DDL) (#527) - Thanks @andyrichardson
17+
* Support empty `ARRAY` literals (#532) - Thanks @bitemyapp
18+
* Support `AT TIME ZONE` clause (#539) - Thanks @bitemyapp
19+
* Support `USING` clause and table aliases in `DELETE` (#541) - Thanks @mobuchowski
20+
* Support `SHOW CREATE VIEW` statement (#536) - Thanks @mrob95
21+
* Support `CLONE` clause in `CREATE TABLE` statements (#542) - Thanks @mobuchowski
22+
* Support `WITH OFFSET Alias` in table references (#528) - Thanks @sivchari
23+
* Support double quoted (`"`) literal strings: (#530) - Thanks @komukomo
24+
* Support `ON UPDATE` clause on column definitions in `CREATE TABLE` statements (#522) - Thanks @frolovdev
25+
26+
27+
### Changed:
28+
29+
* `Box`ed `Query` body to save stack space (#540) - Thanks @5tan
30+
* Distinguish between `INT` and `INTEGER` types (#525) - Thanks @frolovdev
31+
* Parse `WHERE NOT EXISTS` as `Expr::Exists` rather than `Expr::UnaryOp` for consistency (#523) - Thanks @frolovdev
32+
* Support `Expr` instead of `String` for argument to `INTERVAL` (#517) - Thanks @togami2864
33+
34+
### Fixed:
35+
36+
* Report characters instead of bytes in error messages (#529) - Thanks @michael-2956
37+
38+
1239
## [0.18.0] 2022-06-06
1340

1441
### Added

0 commit comments

Comments
 (0)