mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-27 09:24:04 +00:00
Update changelog for version 0.13.0 (#376)
This commit is contained in:
parent
82eaae1522
commit
adaaab35e3
1 changed files with 15 additions and 0 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -8,6 +8,21 @@ Given that the parser produces a typed AST, any changes to the AST will technica
|
|||
## [Unreleased]
|
||||
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
|
||||
|
||||
|
||||
## [0.13.0] 2020-12-10
|
||||
|
||||
### Added
|
||||
* Add ALTER TABLE CHANGE COLUMN, extend the UPDATE statement with ON clause (#375) - Thanks @0xA537FD!
|
||||
* Add support for GROUPIING SETS, ROLLUP and CUBE - Thanks @Jimexist!
|
||||
* Add basic support for GRANT and REVOKE (#365) - Thanks @blx!
|
||||
|
||||
### Changed
|
||||
* Use Rust 2021 edition (#368) - Thanks @Jimexist!
|
||||
|
||||
### Fixed
|
||||
* Fix clippy errors (#367, #374) - Thanks @Jimexist!
|
||||
|
||||
|
||||
## [0.12.0] 2020-10-14
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue