File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,29 @@ Given that the parser produces a typed AST, any changes to the AST will technica
88## [ Unreleased]
99Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010
11+
12+ ## [ 0.31.0] 2023-03-1
13+
14+ ### Added
15+ * Support raw string literals for BigQuery dialect (#812 ) - Thanks @togami2864
16+ * Support ` SELECT * REPLACE <Expr> AS <Identifier> ` in BigQuery dialect (#798 ) - Thanks @togami2864
17+ * Support byte string literals for BigQuery dialect (#802 ) - Thanks @togami2864
18+ * Support columns definition list for system information functions in RedShift dialect (#769 ) - Thanks @mskrzypkows
19+ * Support ` TRANSIENT ` keyword in Snowflake dialect (#807 ) - Thanks @mobuchowski
20+ * Support ` JSON ` keyword (#799 ) - Thanks @togami2864
21+ * Support MySQL Character Set Introducers (#788 ) - Thanks @mskrzypkows
22+
23+ ### 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
29+
30+ ### Changed
31+ Add another known user (#787 ) - Thanks @joocer
32+
33+
1134## [ 0.30.0] 2023-01-02
1235
1336### Added
You can’t perform that action at this time.
0 commit comments