This commit is contained in:
Heres, Daniel 2020-12-28 20:32:11 +01:00
parent e18e8dc674
commit d66294fab8

View file

@ -8,7 +8,7 @@ Given that the parser produces a typed AST, any changes to the AST will technica
## [Unreleased]
Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocumented changes.
## [0.6.2]
## [0.6.2] 2020-12-28
### Changed
- Change the MySQL dialect to support `` `identifiers` `` quoted with backticks instead of the standard `"double-quoted"` identifiers (#247) - thanks @mashuai!