@@ -22,6 +22,7 @@ Please provide feedback on:
22
22
* API changes: extend visitor with return values (https://github.com/JSQLParser/JSqlParser/issues/901 )
23
23
24
24
## News
25
+ * Released version ** 4.2** of JSqlParser
25
26
* Released version ** 4.1** of JSqlParser
26
27
* Released version ** 4.0** of JSqlParser
27
28
* 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
53
54
54
55
Also I would like to know about needed examples or documentation stuff.
55
56
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
74
58
75
59
Additionally, we have fixed many errors and improved the code quality and the test coverage.
76
60
@@ -146,7 +130,7 @@ And this is the dependency declaration in your pom:
146
130
<dependency >
147
131
<groupId >com.github.jsqlparser</groupId >
148
132
<artifactId >jsqlparser</artifactId >
149
- <version >4.1 </version >
133
+ <version >4.2 </version >
150
134
</dependency >
151
135
```
152
136
0 commit comments