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

Support for lock and unlock tables #7139

Merged
merged 7 commits into from
Dec 9, 2020

Commits on Dec 8, 2020

  1. added parsing for lock and unlock tables

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    202d71e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. moved READ and WRITE to reserved keywords

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    59c1f18 View commit details
    Browse the repository at this point in the history
  2. added new types in parser

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    e2c8ad6 View commit details
    Browse the repository at this point in the history
  3. added parse test

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    b7adf77 View commit details
    Browse the repository at this point in the history
  4. Added tokens LOW_PRIORITY and LOCAL

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    1bbb339 View commit details
    Browse the repository at this point in the history
  5. plan lock and unlock tables

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    5fbab80 View commit details
    Browse the repository at this point in the history
  6. added plan test for lock and unlock tables

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    e29ae2a View commit details
    Browse the repository at this point in the history