Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted fixes #1666

Merged
merged 9 commits into from Nov 20, 2022
Merged

Assorted fixes #1666

merged 9 commits into from Nov 20, 2022

Commits on Sep 15, 2022

  1. fix: add missing public Getter

    Add public Getter for `updateSets`
    Fixes JSQLParser#1630
    manticore-projects committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    09c2fb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    5ecd039 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    05a02eb View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    d5d6e3a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    9dfd527 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. feat: LISTAGG() with OVER() clause

    fixes issue JSQLParser#1652
    fixes 3 more Special Oracle Tests
    manticore-projects committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3ae6d1c View commit details
    Browse the repository at this point in the history
  2. fix: White-list CURRENT_DATE and CURRENT_TIMESTAMP tokens

    allows CURRENT_DATE(3) and CURRENT_TIMESTAMP(3) as regular functions
    fixes JSQLParser#1507
    fixes JSQLParser#1607
    manticore-projects committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    9df3c07 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. feat: Deparser for Expression Lists

    Visit each Expression of a List instead ExpressionList.toString()
    fixes JSQLParser#1608
    manticore-projects committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    695ba4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51abd9f View commit details
    Browse the repository at this point in the history