File tree 1 file changed +2
-0
lines changed
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
18
18
- Support ` TABLE() ` functions in ` FROM ` (#253 ) - thanks @eyalleshem !
19
19
- Support Snowflake's single-line comments starting with '#' or '//' (#264 ) - thanks @eyalleshem !
20
20
- Support PostgreSQL ` PREPARE ` , ` EXECUTE ` , and ` DEALLOCATE ` (#243 ) - thanks @silathdiir !
21
+ - Support PostgreSQL math operators (#267 ) - thanks @alex-dukhno !
21
22
- Add SQLite dialect (#248 ) - thanks @mashuai !
22
23
- Add Snowflake dialect (#259 ) - thanks @eyalleshem !
23
24
- DDL:
24
25
- Support ` OR REPLACE ` in ` CREATE VIEW ` /` TABLE ` (#239 ) - thanks @Dandandan !
25
26
- Support specifying ` ASC ` /` DESC ` in index columns (#249 ) - thanks @mashuai !
26
27
- 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 !
27
29
28
30
### Fixed
29
31
- Fix a typo in ` JSONFILE ` serialization, introduced in 0.3.1 (#237 )
You can’t perform that action at this time.
0 commit comments