File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,33 @@ Given that the parser produces a typed AST, any changes to the AST will technica
9
9
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
10
10
11
11
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
+
12
39
## [ 0.18.0] 2022-06-06
13
40
14
41
### Added
You can’t perform that action at this time.
0 commit comments