File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,25 @@ Given that the parser produces a typed AST, any changes to the AST will technica
8
8
## [ Unreleased]
9
9
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
10
10
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
+
11
30
## [ 0.36.1] 2023-07-19
12
31
13
32
### Fixed
You can’t perform that action at this time.
0 commit comments