mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-03 12:47:21 +00:00
Add release notes
This commit is contained in:
parent
add8991144
commit
a868ff6ebe
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -8,6 +8,16 @@ Given that the parser produces a typed AST, any changes to the AST will technica
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocumented changes.
|
Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocumented changes.
|
||||||
|
|
||||||
|
|
||||||
|
## [0.8.0] 2020-02-20
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Introduce Hive QL dialect `HiveDialect` and syntax (#235) - Thanks @hntd187!
|
||||||
|
* Add `SUBSTRING(col [FROM <expr>] [FOR <expr>])` syntax (#293)
|
||||||
|
* Support parsing floats without leading digits `.01` (#294)
|
||||||
|
* Support parsing multiple show variables (#290) - Thanks @francis-du!
|
||||||
|
* Support SQLite `INSERT OR [..]` syntax (#281) - Thanks @zhangli-pear!
|
||||||
|
|
||||||
## [0.7.0] 2020-12-28
|
## [0.7.0] 2020-12-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue