Files
jsqlparser/jsqlparser.changes
Fridrich Strba 2c8ae864f1 Accepting request 1238181 from home:urbic:branches:Java:packages
- 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
2025-01-16 08:49:29 +00:00

64 lines
2.7 KiB
Plaintext

-------------------------------------------------------------------
Thu Jan 16 07:19:23 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- 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
-------------------------------------------------------------------
Sun Nov 3 11:28:52 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v5.0
* Changes and new Features
+ feat: Salesforce SOQL INCLUDES and EXCLUDES operators
+ Add module info
+ Add missing java.sql require
+ feat: Capture expression name part delimiters
+ fix: set stringValue in DoubleValue.setValue
+ support custom DeParser
+ feat: Allow OUTER keyword as function parameter name
-------------------------------------------------------------------
Mon Jan 22 14:45:47 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v4.8