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
* Modifications before GitHub's release tagging are listed in the [Older Releases](https://github.com/JSQLParser/JSqlParser/wiki/Older-Releases) page.
65
-
* UnsupportedStatement support instead of throwing Exceptions
66
-
* support for **RETURNING** clause of a **DELETE** statement
67
-
* Add support for `... ALTER COLUMN ... DROP DEFAULT`
68
-
*`INSERT` supports `SetOperations` (e. g. `INSERT INTO ... SELECT ... FROM ... UNION SELECT ... FROM ...`), those `SetOperations` are used both for `SELECT` and `VALUES` clauses (API change) in order to simplify the Grammar
69
-
*`(WITH ... SELECT ...)` statements within brackets are now supported
70
-
* Postgres `NATURAL { INNER | LEFT | RIGHT } JOIN` support
71
-
* extended support for Hive dialect `GROUPING SETS`
72
-
* support for Postgresql **drop** function
73
-
* support table option **character set** and **index** options
74
-
* support Postgresql optional **TABLE** in **TRUNCATE**
75
-
* support for `ANALYZE mytable`
76
-
* PostgreSQL `INSERT INTO ... ON CONFLICT ... DO ...` statements
77
-
* implement Parser Timeout Feature, e. g. `CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));`
78
-
* extended support Postgres' `Extract( field FROM source)` where `field` is a String instead of a Keyword
0 commit comments