Skip to content

Commit e18e8dc

Browse files
committed
Prepare 0.6.2
1 parent 94ff468 commit e18e8dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ 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+
## [0.6.2]
12+
1113
### Changed
1214
- Change the MySQL dialect to support `` `identifiers` `` quoted with backticks instead of the standard `"double-quoted"` identifiers (#247) - thanks @mashuai!
1315
- Update bigdecimal requirement from 0.1 to 0.2 (#268)
@@ -21,6 +23,10 @@ Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocume
2123
- Support PostgreSQL math operators (#267) - thanks @alex-dukhno!
2224
- Add SQLite dialect (#248) - thanks @mashuai!
2325
- Add Snowflake dialect (#259) - thanks @eyalleshem!
26+
- Support for Recursive CTEs - thanks @rhanqtl!
27+
- Support `FROM (table_name) alias` syntax - thanks @eyalleshem!
28+
- Support for `EXPLAIN [ANALYZE] VERBOSE` - thanks @ovr!
29+
- Support `ANALYZE TABLE`
2430
- DDL:
2531
- Support `OR REPLACE` in `CREATE VIEW`/`TABLE` (#239) - thanks @Dandandan!
2632
- Support specifying `ASC`/`DESC` in index columns (#249) - thanks @mashuai!

0 commit comments

Comments
 (0)