Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97a52cb

Browse files
authoredOct 3, 2022
Changelog for 0.25.0 release (#651)
* Prepare for 0.25.0 release * fixip
1 parent 1ced0f6 commit 97a52cb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ 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.25.0] 2022-10-03
12+
13+
### Added
14+
15+
* Support `AUTHORIZATION` clause in `CREATE SCHEMA` statements (#646) - Thanks @AugustoFKL
16+
* Support optional precision for `CLOB` and `BLOB` (#639) - Thanks @AugustoFKL
17+
* Support optional precision in `VARBINARY` and `BINARY` (#637) - Thanks @AugustoFKL
18+
19+
20+
### Changed
21+
* `TIMESTAMP` and `TIME` parsing preserve zone information (#646) - Thanks @AugustoFKL
22+
23+
### Fixed
24+
25+
* Correct order of arguments when parsing `LIMIT x,y` , restrict to `MySql` and `Generic` dialects - Thanks @AugustoFKL
26+
27+
1128
## [0.24.0] 2022-09-29
1229

1330
### Added

0 commit comments

Comments
 (0)
Please sign in to comment.