File tree 1 file changed +17
-7
lines changed
1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ Given that the parser produces a typed AST, any changes to the AST will technica
9
9
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
10
10
11
11
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
+
12
24
## [ 0.31.0] 2023-03-1
13
25
14
26
### Added
@@ -21,15 +33,13 @@ Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented
21
33
* Support MySQL Character Set Introducers (#788 ) - Thanks @mskrzypkows
22
34
23
35
### 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
29
40
30
41
### Changed
31
- Add another known user (#787 ) - Thanks @joocer
32
-
42
+ * Add another known user (#787 ) - Thanks @joocer
33
43
34
44
## [ 0.30.0] 2023-01-02
35
45
You can’t perform that action at this time.
0 commit comments