@@ -10,6 +10,37 @@ changes that break via addition as "Added".
10
10
## [ Unreleased]
11
11
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
12
12
13
+ ## [ 0.45.0] 2024-04-12
14
+
15
+ ### Added
16
+ * Support ` DateTimeField ` variants: ` CUSTOM ` and ` WEEK(MONDAY) ` (#1191 ) - Thanks @iffyio
17
+ * Support for arbitrary expr in ` MapAccessSyntax ` (#1179 ) - Thanks @iffyio
18
+ * Support unquoted hyphen in table/view declaration for BigQuery (#1178 ) - Thanks @iffyio
19
+ * Support ` CREATE/DROP SECRET ` for duckdb dialect (#1208 ) - Thanks @JichaoS
20
+ * Support MySQL ` UNIQUE ` table constraint (#1164 ) - Thanks @Nikita-str
21
+ * Support tailing commas on Snowflake. (#1205 ) - Thanks @yassun7010
22
+ * Support ` [FIRST | AFTER column_name] ` in ` ALTER TABLE ` for MySQL (#1180 ) - Thanks @xring
23
+ * Support inline comment with hash syntax for BigQuery (#1192 ) - Thanks @iffyio
24
+ * Support named windows in OVER (window_definition) clause (#1166 ) - Thanks @Nikita-str
25
+ * Support PARALLEL ... and for ..ON NULL INPUT ... to CREATE FUNCTION` (#1202 ) - Thanks @dimfeld
26
+ * Support DuckDB functions named arguments with assignment operator (#1195 ) - Thanks @alamb
27
+ * Support DuckDB struct literal syntax (#1194 ) - Thanks @gstvg
28
+ * Support ` $$ ` in generic dialect ... (#1185 )- Thanks @milenkovicm
29
+ * Support row_alias and col_aliases in ` INSERT ` statement for MySQL and Generic dialects (#1136 ) - Thanks @emin100
30
+
31
+ ### Fixed
32
+ * Fix dollar quoted string tokenizer (#1193 ) - Thanks @ZacJW
33
+ * Do not allocate in ` impl Display ` for ` DateTimeField ` (#1209 ) - Thanks @alamb
34
+ * Fix parse ` COPY INTO ` stage names without parens for SnowFlake (#1187 ) - Thanks @mobuchowski
35
+ * Solve stack overflow on RecursionLimitExceeded on debug builds (#1171 ) - Thanks @Nikita-str
36
+ * Fix parsing of equality binary operator in function argument (#1182 ) - Thanks @jmhain
37
+ * Fix some comments (#1184 ) - Thanks @sunxunle
38
+
39
+ ### Changed
40
+ * Cleanup ` CREATE FUNCTION ` tests (#1203 ) - Thanks @alamb
41
+ * Parse ` SUBSTRING FROM ` syntax in all dialects, reflect change in the AST (#1173 ) - Thanks @lovasoa
42
+ * Add identifier quote style to Dialect trait (#1170 ) - Thanks @backkem
43
+
13
44
## [ 0.44.0] 2024-03-02
14
45
15
46
### Added
0 commit comments