Skip to content

Commit 66ec634

Browse files
authored
Update CHANGELOG for version 0.31 (#820)
1 parent 58de3c1 commit 66ec634

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ Given that the parser produces a typed AST, any changes to the AST will technica
88
## [Unreleased]
99
Check 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

0 commit comments

Comments
 (0)