File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,27 @@ changes that break via addition as "Added".
1010## [ Unreleased]
1111Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1212
13+ ## [ 0.49.0] 2024-07-23
14+ As always, huge props to @iffyio @jmhain and @lovasoa for their help reviewing and merging PRs!
15+
16+ We are in the process of moving sqlparser to governed as part of the Apache
17+ DataFusion project: https://github.com/sqlparser-rs/sqlparser-rs/issues/1294
18+
19+ ### Fixed
20+ * Fix quoted identifier regression edge-case with "from" in SELECT (#1346 ) - Thanks @alexander-beedie
21+ * Fix ` AS ` query clause should be after the create table options (#1339 ) - Thanks @git-hulk
22+
23+ ### Added
24+
25+ * Support ` MATERIALIZED ` /` ALIAS ` /` EPHERMERAL ` default column options for ClickHouse (#1348 ) - Thanks @git-hulk
26+ * Support ` () ` as the ` GROUP BY ` nothing (#1347 ) - Thanks @git-hulk
27+ * Support Map literal syntax for DuckDB and Generic (#1344 ) - Thanks @goldmedal
28+ * Support subquery expression in ` SET ` expressions (#1343 ) - Thanks @iffyio
29+ * Support ` WITH FILL ` for ClickHouse (#1330 ) - Thanks @nickpresta
30+ * Support ` PARTITION BY ` for PostgreSQL in ` CREATE TABLE ` statement (#1338 ) - Thanks @git-hulk
31+ * Support of table function ` WITH ORDINALITY ` modifier for Postgres (#1337 ) - Thanks @git-hulk
32+
33+
1334## [ 0.48.0] 2024-07-09
1435
1536Huge shout out to @iffyio @jmhain and @lovasoa for their help reviewing and merging PRs!
You can’t perform that action at this time.
0 commit comments