Skip to content

Commit 1d35859

Browse files
authored
Changelog for 0.32.0 (#830)
1 parent 7f4c913 commit 1d35859

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

CHANGELOG.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Given that the parser produces a typed AST, any changes to the AST will technica
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

1111

12+
## [0.32.0] 2023-03-6
13+
14+
### Added
15+
* Support ClickHouse `CREATE TABLE` with `ORDER BY` (#824) - Thanks @ankrgyl
16+
* Support PostgreSQL exponentiation `^` operator (#813) - Thanks @michael-2956
17+
* Support `BIGNUMERIC` type in BigQuery (#811) - Thanks @togami2864
18+
* Support for optional trailing commas (#810) - Thanks @ankrgyl
19+
20+
### Fixed
21+
* Fix table alias parsing regression by backing out redshift column definition list (#827) - Thanks @alamb
22+
* Fix typo in `ReplaceSelectElement` `colum_name` --> `column_name` (#822) - Thanks @togami2864
23+
1224
## [0.31.0] 2023-03-1
1325

1426
### Added
@@ -21,15 +33,13 @@ Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented
2133
* Support MySQL Character Set Introducers (#788) - Thanks @mskrzypkows
2234

2335
### Fixed
24-
25-
Fix clippy error in ci (#803) - Thanks @togami2864
26-
Handle offset in map key in BigQuery dialect (#797) - Thanks @Ziinc
27-
Fix a typo (precendence -> precedence) (#794) - Thanks @SARDONYX-sard
28-
use post_* visitors for mutable visits (#789) - Thanks @lovasoa
36+
* Fix clippy error in ci (#803) - Thanks @togami2864
37+
* Handle offset in map key in BigQuery dialect (#797) - Thanks @Ziinc
38+
* Fix a typo (precendence -> precedence) (#794) - Thanks @SARDONYX-sard
39+
* use post_* visitors for mutable visits (#789) - Thanks @lovasoa
2940

3041
### Changed
31-
Add another known user (#787) - Thanks @joocer
32-
42+
* Add another known user (#787) - Thanks @joocer
3343

3444
## [0.30.0] 2023-01-02
3545

0 commit comments

Comments
 (0)