Releases
jsqlparser-4.2
Compare
Sorry, something went wrong.
No results found
wumpz
released this
08 Sep 09:52
API change: Support SELECT ... without a FROM clause, making SELECT 1, 2 and SELECT * parsable statements (before those failed)
API change: Support complex UPDATE sets (using multiple SubQuery or ValueList or Single Values, in combination)
Support nested CASE expressions with complex expression arguments
API change: Support JOIN with multiple trailing ON Expressions (JOIN ... JOIN ... ON ... ON ...)
Support Oracle Hierarchical CONNECT_BY_ROOT Operator
Support Transact-SQL IF ... ELSE ... Statement Control Flows.
Allow optional parameters for the ALTER TABLE ... statement (e.g. ALTER TABLE ... MOVE TABLESPACE ...)
Support Oracle ALTER SYSTEM ... statement
Support Oracle Named Function ParametersFunc( param1 => arg1, ...
Add Gradle build
Allow JdbcParameter or JdbcNamedParameter for MySQL FullTextSearch
Allow Cast into Row Constructor
Support Oracle RENAME ... TO ... statement
Support Oracle PURGE statement
Support JSON functions JSON_OBJECT(), JSON_ARRAY(), JSON_OBJECTAGG(), JSON_ARRAYAGG()
API change: merge ALL and ANY expressions class
Allow DB2 compliant CURRENT DATEin addition to CURRENT_DATE (without underscore)
You can’t perform that action at this time.