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

Changed parsing for unions #8821

Merged
merged 18 commits into from
Sep 21, 2021
Merged

Changed parsing for unions #8821

merged 18 commits into from
Sep 21, 2021

Commits on Sep 15, 2021

  1. Changed parsing for unions

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    36a9397 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Made parser SQL equivalent for selects

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    730f723 View commit details
    Browse the repository at this point in the history
  2. Remove all instances of paren select

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    903f01c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into test-branch

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    316ea4b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Changed printing for select and union

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    48a2c76 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Corrected indentation for sql.y file

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    fa3bd27 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Removed useless grammar and fixed indentation

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6491f02 View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflict

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3ce7242 View commit details
    Browse the repository at this point in the history
  3. Fixed indentation in parse_test

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3493c2f View commit details
    Browse the repository at this point in the history
  4. Corrected some failing tests

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b34b8b1 View commit details
    Browse the repository at this point in the history
  5. Added failing test case

    Signed-off-by: ritwizsinha <ritwizsinha0@gmail.com>
    ritwizsinha committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6c1858b View commit details
    Browse the repository at this point in the history
  6. fixed planner to match parser expectations

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4651a5b View commit details
    Browse the repository at this point in the history
  7. added tests that started working

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7554d44 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/main' into test-branch

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f926e23 View commit details
    Browse the repository at this point in the history
  9. removed merge code added accidentally

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c32669f View commit details
    Browse the repository at this point in the history
  10. fixed analyzer and impossible query formatter

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4bc6a21 View commit details
    Browse the repository at this point in the history
  11. fix vttablet tests

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    198ba77 View commit details
    Browse the repository at this point in the history
  12. fixed vtexplain and vttablet tests

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    96496d2 View commit details
    Browse the repository at this point in the history