Skip to content
Permalink
master
Loading

Commits on Nov 21, 2021

  1. Merge origin/master

    wumpz committed Nov 21, 2021
  2. closes #1427

    wumpz committed Nov 21, 2021
  3. CreateTableTest

    wumpz committed Nov 21, 2021
  4. Support EMIT CHANGES for KSQL (#1426)

    - Add the EMIT CHANGES syntax used in KSQL.
    OlivierCavadenti committed Nov 21, 2021
  5. reformatted test source code

    wumpz committed Nov 21, 2021
  6. organize imports

    wumpz committed Nov 21, 2021

Commits on Nov 20, 2021

  1. No commit message

    wumpz committed Nov 20, 2021
  2. Support RESTART without value (#1425)

    Since Postgre 8.4, RESTART in ALTER SEQUENCE can be set without value.
    OlivierCavadenti committed Nov 20, 2021

Commits on Nov 19, 2021

  1. Add support for oracle UnPivot when use multi columns at once. (#1419)

    Co-authored-by: LeiJun <02280245@yto.net.cn>
    lj7711622 and LeiJun committed Nov 19, 2021
  2. No commit message

    wumpz committed Nov 19, 2021
  3. Fix issue in parsing TRY_CAST() function (#1391)

    * Fix issue in parsing TRY_CAST() function
    
    * Fix issue in parsing TRY_CAST() function
    
    * Add parser, deparser, validator and vistior implementation for try_cast function
    
    * Update toString() method of TryCastExpression class
    prashantcsutar committed Nov 19, 2021
  4. fixes #1414

    wumpz committed Nov 19, 2021
  5. Add support for expressions (such as columns) in AT TIME ZONE express…

    …ions (#1413)
    
    Co-authored-by: EverSQL <tomer@eversql.com>
    tomershay and eversql committed Nov 19, 2021
  6. Add supported for quoted cast expressions for PostgreSQL (#1411)

    Co-authored-by: EverSQL <tomer@eversql.com>
    tomershay and eversql committed Nov 19, 2021
  7. added USE SCHEMA <schema> and CREATE OR REPLACE <table> support; thin…

    …gs that are allowed in Snowflake SQL (#1409)
    
    Co-authored-by: Richard Kooijman <richard.kooijman@inergy.nl>
    Bartman0 and Richard Kooijman committed Nov 19, 2021
  8. Issue #420 Like Expression with Escape Expression (#1406)

    * Issue #420 Like Expression with Escape Expression
    
    Fixes issue #420
    
    * CheckStyle compliance
    manticore-projects committed Nov 19, 2021
  9. Add Delete / Update modifiers for MySQL #1254 (#1396)

    * Add Delete / Update modifiers for MySQL #1254
    
    * fix codacy issues + pr return
    
    * simplify low_priority
    OlivierCavadenti committed Nov 19, 2021
  10. Fixes #1381 (#1383)

    Allow Complex Expressions as SelectItem
    manticore-projects committed Nov 19, 2021

Commits on Nov 2, 2021

  1. Allows CASE ... ELSE ComplexExpression (#1388)

    Fixes #1375
    
    Co-authored-by: Tobias <t.warneke@gmx.net>
    manticore-projects and wumpz committed Nov 2, 2021

Commits on Nov 1, 2021

  1. IN() with complex expressions (#1384)

    * IN() with Complex Expressions
    
    Fixes #905
    Allow Complex Expressions and multiple SubSelects for the IN() Expression
    
    * Tune the Test Coverage
    
    * Remove unused import
    
    * Reset TEST status
    manticore-projects committed Nov 1, 2021

Commits on Oct 22, 2021

  1. Fixes #1385 and PR#1380 (#1386)

    Add another Alias() Keyword related LOOKAHEAD
    Fix a Keyword Spelling Error in the Deparser
    Remove UNPIVOT from the PARENTHESIS Deparser, as it was an ugly workaround made obsolete by PR #1380
    manticore-projects committed Oct 22, 2021

Commits on Oct 20, 2021

  1. Fixes #1369 (#1370)

    * Issue1369
    
    * Add test
    SerialVelocity committed Oct 20, 2021
  2. Fixes #1371 (#1377)

    * Fixes #1371
    
    Postgres specific JSON_OBJECT syntax supporting:
    SELECT json_object('{a, 1, b, 2}');
    SELECT json_object('{{a, 1}, {b, 2}}');
    SELECT json_object('{a, b}', '{1,2 }');
    
    * Improve Test Coverage
    manticore-projects committed Oct 20, 2021
  3. Support alias for UnPivot statement (see discussion #1374) (#1380)

    - Changed JSqlParserCC.jjt file to add the alias to the UnPivot lexical entity.
    - Added Alias to the UnPivot object.
    - Improved SelectDeParser to correctly deparse SubSelect's UnPivot component.
    fabriziodelfranco committed Oct 20, 2021

Commits on Oct 9, 2021

  1. Issue1352 (#1353)

    * Fixes #1352
    
    Allow SYSTEM as table- or column- name
    
    * Fixes #1352
    
    Allow SYSTEM as tablename
    
    * Fixes #1352
    
    Allow SYSTEM as tablename and columnname
    
    * Fixes #1352
    
    Allow QUERY as tablename and columnname
    
    * Fixes #1352
    
    Allow FULLTEXT as tablename and columnname
    
    Co-authored-by: Tobias <t.warneke@gmx.net>
    manticore-projects and wumpz committed Oct 9, 2021

Commits on Oct 8, 2021

  1. Enhance ALTER TABLE ... DROP CONSTRAINTS ... (#1351)

    * Enhance ALTER TABLE ... DROP CONSTRAINTS ...
    
    Add support for DROP PRIMARY KEY, DROP UNIQUE(...)
    Add support for DROP FOREIGN KEY(...)
    
    Fixes #1342
    
    * Remove one useless PMD rule
    Add more tests
    Adjust Test Coverage
    manticore-projects committed Oct 8, 2021
  2. Function to use AllColumns or AllTableColumns Expression (#1350)

    * Fix a trivial MERGE error from Commit 4797a8d
    
    * Function use AllColumns or AllTableColumns
    
    Fixes #1346
    
    * Remove one useless PMD rule
    manticore-projects committed Oct 8, 2021

Commits on Sep 18, 2021

  1. Postgres compliant ALTER TABLE ... RENAME TO ... (#1334)

    * Fix a trivial MERGE error from Commit 4797a8d
    
    * Fixes #1333
    
    Postgres compliant ALTER TABLE ... RENAME TO ...
    
    * Postgres compliant ALTER TABLE IF EXISTS ... RENAME TO ...
    
    * Postgres compliant ALTER TABLE IF EXISTS ... RENAME TO ...
    manticore-projects committed Sep 18, 2021
Older