- Update to v5.1
* Changes and new Features
+ Avoid private tokens to be white listed and allow any word
character in token value
+ Resolve parsing error for CHARACTER SET and COLLATE in MySQL
ALTER TABLE (issue 2027)
+ fix truncate parsing to capture multiple tables
+ fix insert default values statements not parsing
+ chore adding extra details to unit test scenarios
+ feature/fix: parsing inserts/updates/delete within CTEs
+ chore removing system.out.println lines + minor clean up of
unit test scripts
+ Exasol support
+ Unparenthesized SubSelect as FromItem
+ Skyline syntax (preferring clause)
+ Failure to parse query with PRIOR in select list
+ Fix parsing ALTER TABLE ... ADD COLUMNS (...)
+ Fix issue 2090: Correctly parse LOCK clause in ALTER TABLE
statements
+ Fix issue 2089: Add parsing functionality for MySQL CONVERT
TO statement
+ Fix issue 2106: Add parsing functionality for MySQL ADD
PARTITION and DROP PARTITION clauses in ALTER TABLE
statements
+ Fix issue 2106: Add parsing functionality for MySQL ADD
PARTITION and DROP PARTITION clauses in ALTER TABLE
statements(2)
+ fix: Issue #2109 true and false value parsed as column
instead of BooleanValue
+ Fix issue 2106: Add parsing functionality for MySQL ALTER
Table option statements
+ Fix issue 2089: Enhance MySQL CONVERT Statement Parsing
+ Fix issue 2118: Enhance MySQL ALTER TABLE Parsing
+ fix: [FEATURE] TablesNamesFinder does not support CREATE VIEW
#2123
+ add support for MATERIALIZED in WITH clause
+ feat: add support MATCH_ANY MATCH_ALL MATCH_PHRASE
MATCH_PHRASE_PREFIX MATCH_REGEXP
+ build(deps): bump org.junit.jupiter:junit-jupiter-engine from
5.11.3 to 5.11.4
+ Fix null exception in ExpressionVisitorAdapter with simple
INTERVAL expression
OBS-URL: https://build.opensuse.org/request/show/1238181
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsqlparser?expand=0&rev=10