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

feat(spanner/spansql): add ROW DELETION POLICY parsing #4496

Merged
merged 5 commits into from Jul 27, 2021

Commits on Jul 26, 2021

  1. Copy the full SHA
    9d61d88 View commit details
    Browse the repository at this point in the history
  2. feat(spanner/spansql): add ROW DELETION POLICY parse.

    This enables to parse `ROW DELETION POLICY` at `CREATE TABLE`, `ALTER
    TABLE` clauses.
    takeshi.nakata committed Jul 26, 2021
    Copy the full SHA
    053b444 View commit details
    Browse the repository at this point in the history
  3. fix(spanner/spansql): add empty line between functions

    takeshi.nakata committed Jul 26, 2021
    Copy the full SHA
    6091cab View commit details
    Browse the repository at this point in the history
  4. fix(spanner/spansql): eat ROW DELETION POLICY first

    takeshi.nakata committed Jul 26, 2021
    Copy the full SHA
    d83fb53 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Copy the full SHA
    1fc20ce View commit details
    Browse the repository at this point in the history