Skip to content

Commit a868ff6

Browse files
committed
Add release notes
1 parent add8991 commit a868ff6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Given that the parser produces a typed AST, any changes to the AST will technica
88
## [Unreleased]
99
Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocumented changes.
1010

11+
12+
## [0.8.0] 2020-02-20
13+
14+
### Added
15+
* Introduce Hive QL dialect `HiveDialect` and syntax (#235) - Thanks @hntd187!
16+
* Add `SUBSTRING(col [FROM <expr>] [FOR <expr>])` syntax (#293)
17+
* Support parsing floats without leading digits `.01` (#294)
18+
* Support parsing multiple show variables (#290) - Thanks @francis-du!
19+
* Support SQLite `INSERT OR [..]` syntax (#281) - Thanks @zhangli-pear!
20+
1121
## [0.7.0] 2020-12-28
1222

1323
### Changed

0 commit comments

Comments
 (0)