Skip to content

Commit 4e956a1

Browse files
authored
Add CHANGELOG for 0.48.0 (#1334)
1 parent 32b8276 commit 4e956a1

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,43 @@ changes that break via addition as "Added".
1010
## [Unreleased]
1111
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1212

13+
## [0.48.0] 2024-07-09
14+
15+
Huge shout out to @iffyio @jmhain and @lovasoa for their help reviewing and merging PRs!
16+
17+
### Fixed
18+
* Fix CI error message in CI (#1333) - Thanks @alamb
19+
* Fix typo in sqlparser-derive README (#1310) - Thanks @leoyvens
20+
* Re-enable trailing commas in DCL (#1318) - Thanks @MohamedAbdeen21
21+
* Fix a few typos in comment lines (#1316) - Thanks @git-hulk
22+
* Fix Snowflake `SELECT * wildcard REPLACE ... RENAME` order (#1321) - Thanks @alexander-beedie
23+
* Allow semi-colon at the end of UNCACHE statement (#1320) - Thanks @LorrensP-2158466
24+
* Return errors, not panic, when integers fail to parse in `AUTO_INCREMENT` and `TOP` (#1305) - Thanks @eejbyfeldt
25+
26+
### Added
27+
* Support `OWNER TO` clause in Postgres (#1314) - Thanks @gainings
28+
* Support `FORMAT` clause for ClickHouse (#1335) - Thanks @git-hulk
29+
* Support `DROP PROCEDURE` statement (#1324) - Thanks @LorrensP-2158466
30+
* Support `PREWHERE` condition for ClickHouse dialect (#1328) - Thanks @git-hulk
31+
* Support `SETTINGS` pairs for ClickHouse dialect (#1327) - Thanks @git-hulk
32+
* Support `GROUP BY WITH MODIFIER` for ClickHouse dialect (#1323) - Thanks @git-hulk
33+
* Support DuckDB Union datatype (#1322) - Thanks @gstvg
34+
* Support parametric arguments to `FUNCTION` for ClickHouse dialect (#1315) - Thanks @git-hulk
35+
* Support `TO` in `CREATE VIEW` clause for Clickhouse (#1313) - Thanks @Bidaya0
36+
* Support `UPDATE` statements that contain tuple assignments (#1317) - Thanks @lovasoa
37+
* Support `BY NAME quantifier across all set ops (#1309) - Thanks @alexander-beedie
38+
* Support SnowFlake exclusive `CREATE TABLE` options (#1233) - Thanks @balliegojr
39+
* Support ClickHouse `CREATE TABLE` with primary key and parametrised table engine (#1289) - Thanks @7phs
40+
* Support custom operators in Postgres (#1302) - Thanks @lovasoa
41+
* Support ClickHouse data types (#1285) - Thanks @7phs
42+
43+
### Changed
44+
* Add stale PR github workflow (#1331) - Thanks @alamb
45+
* Refine docs (#1326) - Thanks @emilsivervik
46+
* Improve error messages with additional colons (#1319) - Thanks @LorrensP-2158466
47+
* Move Display fmt to struct for `CreateIndex` (#1307) - Thanks @philipcristiano
48+
* Enhancing Trailing Comma Option (#1212) - Thanks @MohamedAbdeen21
49+
* Encapsulate `CreateTable`, `CreateIndex` into specific structs (#1291) - Thanks @philipcristiano
1350

1451
## [0.47.0] 2024-06-01
1552

0 commit comments

Comments
 (0)