Skip to content

Commit 01a2a6b

Browse files
authored
Update CHANGELOG (apache#261)
1 parent 1c6077c commit 01a2a6b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,26 @@ Given that the parser produces a typed AST, any changes to the AST will technica
99
Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocumented changes.
1010

1111
### Changed
12+
- Change the MySQL dialect to support `` `identifiers` `` quoted with backticks instead of the standard `"double-quoted"` identifiers (#247) - thanks @mashuai!
13+
- Update bigdecimal requirement from 0.1 to 0.2 (#268)
1214

1315
### Added
14-
- Support `CREATE OR REPLACE VIEW`/`TABLE` (#239) - thanks @Dandandan!
16+
- Enable dialect-specific behaviours in the parser (`dialect_of!()`) (#254) - thanks @eyalleshem!
17+
- Support named arguments in function invocations (`ARG_NAME => val`) (#250) - thanks @eyalleshem!
18+
- Support `TABLE()` functions in `FROM` (#253) - thanks @eyalleshem!
19+
- Support Snowflake's single-line comments starting with '#' or '//' (#264) - thanks @eyalleshem!
1520
- Support PostgreSQL `PREPARE`, `EXECUTE`, and `DEALLOCATE` (#243) - thanks @silathdiir!
16-
- Support SQLite `AUTOINCREMENT` and MySQL `AUTO_INCREMENT` column option in `CREATE TABLE` - thanks @mashuai!
21+
- Add SQLite dialect (#248) - thanks @mashuai!
22+
- Add Snowflake dialect (#259) - thanks @eyalleshem!
23+
- DDL:
24+
- Support `OR REPLACE` in `CREATE VIEW`/`TABLE` (#239) - thanks @Dandandan!
25+
- Support specifying `ASC`/`DESC` in index columns (#249) - thanks @mashuai!
26+
- Support SQLite `AUTOINCREMENT` and MySQL `AUTO_INCREMENT` column option in `CREATE TABLE` (#234) - thanks @mashuai!
1727

1828
### Fixed
29+
- Fix a typo in `JSONFILE` serialization, introduced in 0.3.1 (#237)
30+
- Change `CREATE INDEX` serialization to not end with a semicolon, introduced in 0.5.1 (#245)
31+
- Don't fail parsing `ALTER TABLE ADD COLUMN` ending with a semicolon, introduced in 0.5.1 (#246) - thanks @mashuai
1932

2033
## [0.6.1] - 2020-07-20
2134

0 commit comments

Comments
 (0)