Skip to content

Commit 2f4916d

Browse files
committed
1 parent 0d89d42 commit 2f4916d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,30 +54,14 @@ To help JSqlParser's development you are encouraged to provide
5454

5555
Any requests for examples or any particular documentation will be most welcome.
5656

57-
## Extensions in the latest SNAPSHOT version 4.5
57+
## Extensions in the latest SNAPSHOT version 4.6
5858

5959
Additionally, we have fixed many errors and improved the code quality and the test coverage.
6060

6161
## Extensions of JSqlParser releases
6262

6363
* [Release Notes](https://github.com/JSQLParser/JSqlParser/releases)
6464
* 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
79-
* support for `DROP column IF EXISTS`
80-
8165

8266
## Building from the sources
8367

0 commit comments

Comments
 (0)