Skip to content

Commit a2533c2

Browse files
authored
Changelog for version 0.37.0 (#953)
1 parent 1ea8858 commit a2533c2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ 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+
## [0.37.0] 2023-08-22
12+
13+
### Added
14+
* Support `FOR SYSTEM_TIME AS OF` table time travel clause support, `visit_table_factor` to Visitor (#951) - Thanks @gruuya
15+
* Support MySQL `auto_increment` offset in table definition (#950) - Thanks @ehoeve
16+
* Test for mssql table name in square brackets (#952) - Thanks @lovasoa
17+
* Support additional Postgres `CREATE INDEX` syntax (#943) - Thanks @ForbesLindesay
18+
* Support `ALTER ROLE` syntax of PostgreSQL and MS SQL Server (#942) - Thanks @r4ntix
19+
* Support table-level comments (#946) - Thanks @ehoeve
20+
* Support `DROP TEMPORARY TABLE`, MySQL syntax (#916) - Thanks @liadgiladi
21+
* Support posgres type alias (#933) - Thanks @Kikkon
22+
23+
### Fixed
24+
* Clarify the value of the special flag (#948) - Thanks @alamb
25+
* Fix `SUBSTRING` from/to argument construction for mssql (#947) - Thanks @jmaness
26+
* Fix: use Rust idiomatic capitalization for newly added DataType enums (#939) - Thanks @Kikkon
27+
* Fix `BEGIN TRANSACTION` being serialized as `START TRANSACTION` (#935) - Thanks @lovasoa
28+
* Fix parsing of datetime functions without parenthesis (#930) - Thanks @lovasoa
29+
1130
## [0.36.1] 2023-07-19
1231

1332
### Fixed

0 commit comments

Comments
 (0)