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

Support combining queries, JSON comparison operators and type cast as column default #55

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    d68da8a View commit details
    Browse the repository at this point in the history
  2. Support array constructors

    pplam committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    74cceec View commit details
    Browse the repository at this point in the history
  3. Support row constructors

    pplam committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    29bdf6f View commit details
    Browse the repository at this point in the history
  4. Support ALTER TYPE statement

    pplam committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    43b2944 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84cedb1 View commit details
    Browse the repository at this point in the history
  6. Improve UPDATE statement

    pplam committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9ca90ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d636a71 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Improve the INSERT statement

    pplam committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    33a6c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e100f View commit details
    Browse the repository at this point in the history
  3. Support more comparison predicates

    1. BETWEEN...AND expression;
    2. ISNULL and NOTNULL;
    3. IS UNKNOWN and IS NOT UNKNOWN;
    pplam committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    42f750d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

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

Commits on Jul 4, 2022

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