@@ -22,6 +22,7 @@ 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.2** of JSqlParser
2526* Released version ** 4.1** of JSqlParser
2627* Released version ** 4.0** of JSqlParser
2728* The array parsing is the default behaviour. Square bracket quotation has to be enabled using
@@ -53,24 +54,7 @@ To help JSqlParser's development you are encouraged to provide
5354
5455Also I would like to know about needed examples or documentation stuff.
5556
56- ## Extensions in the latest SNAPSHOT version 4.2
57- * API change: Support ` SELECT ... ` without a ` FROM ` clause, making ` SELECT 1, 2 ` and ` SELECT * ` parsable statements (before those failed)
58- * API change: Support complex ` UPDATE ` sets (using multiple ` SubQuery ` or ` ValueList ` or Single Values, in combination)
59- * Support nested ` CASE ` expressions with complex expression arguments
60- * API change: Support ` JOIN ` with multiple trailing ` ON ` Expressions (` JOIN ... JOIN ... ON ... ON ... ` )
61- * Support Oracle Hierarchical ` CONNECT_BY_ROOT ` Operator
62- * Support Transact-SQL ` IF ... ELSE ... ` Statement Control Flows.
63- * Allow optional parameters for the ` ALTER TABLE ... ` statement (e.g. ` ALTER TABLE ... MOVE TABLESPACE ... ` )
64- * Support Oracle ` ALTER SYSTEM ... ` statement
65- * Support Oracle Named Function Parameters` Func( param1 => arg1, ... `
66- * Add Gradle build
67- * Allow ` JdbcParameter ` or ` JdbcNamedParameter ` for MySQL FullTextSearch
68- * Allow ` Cast ` into ` Row ` Constructor
69- * Support Oracle ` RENAME ... TO ... ` statement
70- * Support Oracle ` PURGE ` statement
71- * Support JSON functions ` JSON_OBJECT() ` , ` JSON_ARRAY() ` , ` JSON_OBJECTAGG() ` , ` JSON_ARRAYAGG() `
72- * API change: merge ALL and ANY expressions class
73- * Allow DB2 compliant ` CURRENT DATE ` in addition to ` CURRENT_DATE ` (without underscore)
57+ ## Extensions in the latest SNAPSHOT version 4.3
7458
7559Additionally, we have fixed many errors and improved the code quality and the test coverage.
7660
@@ -146,7 +130,7 @@ And this is the dependency declaration in your pom:
146130<dependency >
147131 <groupId >com.github.jsqlparser</groupId >
148132 <artifactId >jsqlparser</artifactId >
149- <version >4.1 </version >
133+ <version >4.2 </version >
150134</dependency >
151135```
152136
0 commit comments