@@ -10,6 +10,43 @@ 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.46.0] 2024-05-03
14
+
15
+ ### Changed
16
+ * Consolidate representation of function calls, remove ` AggregateExpressionWithFilter ` , ` ArraySubquery ` , ` ListAgg ` and ` ArrayAgg ` (#1247 ) - Thanks jmhain
17
+ * Extended dialect trait to support numeric prefixed identifiers (#1188 ) - Thanks @groobyming
18
+ * Update simple_logger requirement from 4.0 to 5.0 (#1246 ) - Thanks @dependabot
19
+ * Improve parsing of JSON accesses on Postgres and Snowflake (#1215 ) - Thanks @jmhain
20
+ * Encapsulate Insert and Delete into specific structs (#1224 ) - Thanks @tisonkun
21
+ * Preserve double colon casts (and simplify cast representations) (#1221 ) - Thanks @jmhain
22
+
23
+ ### Fixed
24
+ * Fix redundant brackets in Hive/Snowflake/Redshift (#1229 ) - Thanks @yuval-illumex
25
+
26
+ ### Added
27
+ * Support values without parens in Snowflake and DataBricks (#1249 ) - Thanks @HiranmayaGundu
28
+ * Support WINDOW clause after QUALIFY when parsing (#1248 ) - Thanks @iffyio
29
+ * Support ` DECLARE ` parsing for mssql (#1235 ) - Thanks @devanbenz
30
+ * Support ` ? ` -based jsonb operators in Postgres (#1242 ) - THanks @ReppCodes
31
+ * Support Struct datatype parsing for GenericDialect (#1241 ) - Thanks @duongcongtoai
32
+ * Support BigQuery window function null treatment (#1239 ) - Thanks @iffyio
33
+ * Support extend pivot operator - Thanks @iffyio
34
+ * Support Databricks SQL dialect (#1220 ) - Thanks @jmhain
35
+ * Support for MSSQL CONVERT styles (#1219 ) - Thanks @iffyio
36
+ * Support window clause using named window in BigQuery (#1237 ) - Thanks @iffyio
37
+ * Support for CONNECT BY (#1138 ) - Thanks @jmhain
38
+ * Support object constants in Snowflake (#1223 ) - Thanks @jmhain
39
+ * Support BigQuery MERGE syntax (#1217 ) - Thanks @iffyio
40
+ * Support for MAX for NVARCHAR (#1232 ) - Thanks @ bombsimon
41
+ * Support fixed size list types (#1231 ) - @@universalmind303
42
+ * Support Snowflake MATCH_RECOGNIZE syntax (#1222 ) - Thanks @jmhain
43
+ * Support quoted string backslash escaping (#1177 ) - Thanks @iffyio
44
+ * Support Modify Column for MySQL dialect (#1216 ) - Thanks @KKould
45
+ * Support ` select * ilike ` for snowflake (#1228 ) - Thanks @HiranmayaGundu
46
+ * Support wildcard replace in duckdb and snowflake syntax (#1226 ) - Thanks @HiranmayaGundu
47
+
48
+
49
+
13
50
## [ 0.45.0] 2024-04-12
14
51
15
52
### Added
0 commit comments