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

[plsql] Support for SELECT INTO #1279

Merged
merged 19 commits into from Sep 25, 2018
Merged

Commits on Jul 27, 2018

  1. Copy the full SHA
    580c92c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Copy the full SHA
    b9344ef View commit details
    Browse the repository at this point in the history
  2. [plsql] Improvements on the AST for SELECT

    * SubqueryOperation is now available
    * FromClause is a node on its own
    * OuterJoinType is available
    adangel committed Aug 3, 2018
    Copy the full SHA
    7192663 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Simplify grammar

    adangel committed Aug 9, 2018
    Copy the full SHA
    e3dfda3 View commit details
    Browse the repository at this point in the history
  2. Add JoinClause tests, fix outer join with using,

    add support for query partition clause
    adangel committed Aug 9, 2018
    Copy the full SHA
    414e4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Update grammar comment

    adangel committed Aug 10, 2018
    Copy the full SHA
    319c6cd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. [plsql] Add support for GroupByClause

    * Restructure FromClause to have one node with multiple table references
    adangel committed Aug 16, 2018
    Copy the full SHA
    ec665de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ec011cc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Copy the full SHA
    7f2a052 View commit details
    Browse the repository at this point in the history
  2. Support LikeCondition

    adangel committed Sep 10, 2018
    Copy the full SHA
    78c5ce4 View commit details
    Browse the repository at this point in the history
  3. Support NullCondition

    adangel committed Sep 10, 2018
    Copy the full SHA
    3760f53 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    849e3ad View commit details
    Browse the repository at this point in the history
  5. Support IsTypeOfCondition

    adangel committed Sep 10, 2018
    Copy the full SHA
    db76731 View commit details
    Browse the repository at this point in the history
  6. Fix unit tests

    adangel committed Sep 10, 2018
    Copy the full SHA
    d47b130 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Reuse IsNullCondition

    adangel committed Sep 11, 2018
    Copy the full SHA
    38d97c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dea38d4 View commit details
    Browse the repository at this point in the history
  3. Support simple FunctionCall

    adangel committed Sep 11, 2018
    Copy the full SHA
    c5fdf94 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3498cde View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2649cf4 View commit details
    Browse the repository at this point in the history