Skip to content

Commit 05d6844

Browse files
committed
1 parent b9e81db commit 05d6844

1 file changed

Lines changed: 2 additions & 26 deletions

File tree

README.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ Please provide feedback on:
2222
* API changes: extend visitor with return values (https://github.com/JSQLParser/JSqlParser/issues/901)
2323

2424
## News
25+
* Released version **4.1** of JSqlParser
2526
* Released version **4.0** of JSqlParser
26-
* Released version **3.2** of JSqlParser
27-
* Released version **3.1** of JSqlParser
28-
* Released version **3.0** of JSqlParser
2927
* The array parsing is the default behaviour. Square bracket quotation has to be enabled using
3028
a parser flag (**CCJSqlParser.withSquareBracketQuotation**).
3129
* due to an API change the version will be 3.0
@@ -55,29 +53,7 @@ To help JSqlParser's development you are encouraged to provide
5553

5654
Also I would like to know about needed examples or documentation stuff.
5755

58-
## Extensions in the latest SNAPSHOT version 4.1
59-
60-
* RESET statement [](https://www.postgresql.org/docs/current/sql-reset.html)
61-
* SET LOCAL|SESSION [](https://www.postgresql.org/docs/current/sql-set.html)
62-
* support for nested `WITH` CTEs
63-
* support for **with** (cte) for **delete**, **update** and **merge**
64-
* introduce a max depth to allow parsing complex expression lists without performance loss (thx to @manticore-projects)
65-
* allow all functions to have complex expressions as parameters (thx to @manticore-projects)
66-
* API change FunctionWithCondParams production removed
67-
* API change in ValuesStatement: the expression list is now hold as a ItemList and not as a List<Expression>
68-
* support for parser modification within **parseExpression** and **parseCondExpression**
69-
* support for table schema for foreign keys
70-
* support for Oracle hints on **insert, update and merge**
71-
* support for **merge insert where** clause
72-
* allow **in** as schema name
73-
* allow **skip**, **algorithm** as column name
74-
* support for functions in an interval expression
75-
* subArray support arr\[1:3\]
76-
* first support for tuples as simple expression **SELECT myfunc((f1, f2))**
77-
* support for array constructors **array[[1, 2], [id1, id2]]**
78-
* added support for **NOT** in MySqls **REGEXP** clause
79-
* added support for **WITH mytble as ( .. ) INSERT INTO ...**
80-
* added support for H2 **casewhen** function with conditional parameters
56+
## Extensions in the latest SNAPSHOT version 4.2
8157

8258
## Extensions of JSqlParser releases
8359

0 commit comments

Comments
 (0)