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

Normalizing Online-DDL queries #7153

Merged
merged 12 commits into from
Dec 16, 2020

Commits on Dec 10, 2020

  1. Normalizing DDL queries:

    - CREATE INDEX formats onto ALTER TABLE
    - DROP TABLE <multi> - exploded into multiple single-table DROP statements
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    854612e View commit details
    Browse the repository at this point in the history
  2. fixed parsing issues for create index

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

Commits on Dec 13, 2020

  1. fix parser_test unit test

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    fb7af1b View commit details
    Browse the repository at this point in the history
  2. fix planbuilder unit test

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    226cd4a View commit details
    Browse the repository at this point in the history
  3. merge master, resolve conflicts

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    9d2373b View commit details
    Browse the repository at this point in the history
  4. use IsFullyParsed() generically

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    b057ece View commit details
    Browse the repository at this point in the history
  5. fix ddl_cases case test

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    afd803e View commit details
    Browse the repository at this point in the history
  6. fix ddl_cases case test

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    13d37b9 View commit details
    Browse the repository at this point in the history
  7. fixed query executor tests

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    b9af958 View commit details
    Browse the repository at this point in the history
  8. fixed parser test

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    fbf2b60 View commit details
    Browse the repository at this point in the history
  9. refactor executeSQL() for single query execution

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    775bbcf View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. merge master

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    95fba79 View commit details
    Browse the repository at this point in the history