Skip to content

Commit 52bb67a

Browse files
authored
Add Changelog for 0.41.0 (#1073)
1 parent 2950a84 commit 52bb67a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ Given that the parser produces a typed AST, any changes to the AST will technica
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

1111

12+
## [0.41.0] 2023-12-22
13+
14+
### Added
15+
* Support `DEFERRED`, `IMMEDIATE`, and `EXCLUSIVE` in SQLite's `BEGIN TRANSACTION` command (#1067) - Thanks @takaebato
16+
* Support generated columns skipping `GENERATED ALWAYS` keywords (#1058) - Thanks @takluyver
17+
* Support `LOCK/UNLOCK TABLES` for MySQL (#1059) - Thanks @zzzdong
18+
* Support `JSON_TABLE` (#1062) - Thanks @lovasoa
19+
* Support `CALL` statements (#1063) - Thanks @lovasoa
20+
21+
### Fixed
22+
* fix rendering of SELECT TOP (#1070) for Snowflake - Thanks jmhain
23+
24+
### Changed
25+
* Improve documentation formatting (#1068) - Thanks @alamb
26+
* Replace type_id() by trait method to allow wrapping dialects (#1065) - Thanks @jjbayer
27+
* Document that comments aren't preserved for round trip (#1060) - Thanks @takluyver
28+
* Update sqlparser-derive to use `syn 2.0` (#1040) - Thanks @serprex
29+
1230
## [0.40.0] 2023-11-27
1331

1432
### Added

0 commit comments

Comments
 (0)