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

Adds Planning and Parsing Support for Drop Table, Drop View and Alter View #7178

Merged
merged 25 commits into from
Jan 4, 2021

Commits on Dec 15, 2020

  1. parsing drop table statement

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    bf25b2c View commit details
    Browse the repository at this point in the history
  2. added planning for drop table

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    1c925f0 View commit details
    Browse the repository at this point in the history
  3. fixed test

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    57d6222 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    7f9fa6a View commit details
    Browse the repository at this point in the history
  5. changed ast_test to reflect the changes

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    d0ff832 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. parsing for drop view statements

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    ec66c57 View commit details
    Browse the repository at this point in the history
  2. planning at vtgate for drop view

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c94ba8b View commit details
    Browse the repository at this point in the history
  3. fixed bug

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    2abd6fa View commit details
    Browse the repository at this point in the history
  4. fixed bug

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    1361491 View commit details
    Browse the repository at this point in the history
  5. added tests for planning at vtgate

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    7ca274e View commit details
    Browse the repository at this point in the history
  6. added end to end test for ddl statements

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    9d44fc3 View commit details
    Browse the repository at this point in the history
  7. updated test

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    4116cd6 View commit details
    Browse the repository at this point in the history
  8. parsing support for alter view

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    e218b79 View commit details
    Browse the repository at this point in the history
  9. planning for alter view at vtgate

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    3b17fd9 View commit details
    Browse the repository at this point in the history
  10. added test for planning at vttablet

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    6222558 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Merge branch 'drop-view' into drop-table

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    cc1a780 View commit details
    Browse the repository at this point in the history
  2. updated test

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ce039dc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'alter-view' into drop-table

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    d04c808 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into drop-table

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c20d4ac View commit details
    Browse the repository at this point in the history
  5. bug fix

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e6cbe8b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. refactored code

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    16e9b22 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into drop-table

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    769f6e4 View commit details
    Browse the repository at this point in the history
  3. added tests

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a4b9824 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Merge remote-tracking branch 'upstream/master' into drop-table

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5eb241e View commit details
    Browse the repository at this point in the history
  2. do not throw error if the table is not found

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f9f62f2 View commit details
    Browse the repository at this point in the history