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

gen4: support for union in subquery #8948

Merged
merged 6 commits into from
Oct 15, 2021

Commits on Oct 15, 2021

  1. added support for union in subquery

    Signed-off-by: Harshit Gangal <[email protected]>
    Signed-off-by: Andres Taylor <[email protected]>
    harshit-gangal committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    446e456 View commit details
    Browse the repository at this point in the history
  2. remove unneeded parenthesis

    Signed-off-by: Andres Taylor <[email protected]>
    systay authored and harshit-gangal committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c70ffa8 View commit details
    Browse the repository at this point in the history
  3. merge subqueries correctly

    Signed-off-by: Andres Taylor <[email protected]>
    systay authored and harshit-gangal committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    71dff8c View commit details
    Browse the repository at this point in the history
  4. removed unsed Gen4NotSupported method

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d6b1903 View commit details
    Browse the repository at this point in the history
  5. fix subquery unit test failure

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    418ce4e View commit details
    Browse the repository at this point in the history
  6. fix precedence test for subquery

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4f1a902 View commit details
    Browse the repository at this point in the history