You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,26 @@ Given that the parser produces a typed AST, any changes to the AST will technica
9
9
Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocumented changes.
10
10
11
11
### 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)
12
14
13
15
### 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!
15
20
- Support PostgreSQL `PREPARE`, `EXECUTE`, and `DEALLOCATE` (#243) - thanks @silathdiir!
16
-
- Support SQLite `AUTOINCREMENT` and MySQL `AUTO_INCREMENT` column option in `CREATE TABLE` - thanks @mashuai!
0 commit comments