File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments