Skip to content

Commit 54be391

Browse files
committed
Update CHANGELOG
1 parent 7dc5d4c commit 54be391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocume
1818
- Support `TABLE()` functions in `FROM` (#253) - thanks @eyalleshem!
1919
- Support Snowflake's single-line comments starting with '#' or '//' (#264) - thanks @eyalleshem!
2020
- Support PostgreSQL `PREPARE`, `EXECUTE`, and `DEALLOCATE` (#243) - thanks @silathdiir!
21+
- Support PostgreSQL math operators (#267) - thanks @alex-dukhno!
2122
- Add SQLite dialect (#248) - thanks @mashuai!
2223
- Add Snowflake dialect (#259) - thanks @eyalleshem!
2324
- DDL:
2425
- Support `OR REPLACE` in `CREATE VIEW`/`TABLE` (#239) - thanks @Dandandan!
2526
- Support specifying `ASC`/`DESC` in index columns (#249) - thanks @mashuai!
2627
- Support SQLite `AUTOINCREMENT` and MySQL `AUTO_INCREMENT` column option in `CREATE TABLE` (#234) - thanks @mashuai!
28+
- Support PostgreSQL `IF NOT EXISTS` for `CREATE SCHEMA` (#276) - thanks @alex-dukhno!
2729

2830
### Fixed
2931
- Fix a typo in `JSONFILE` serialization, introduced in 0.3.1 (#237)

0 commit comments

Comments
 (0)