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

sql: parse VALIDATE commands, implement VALIDATE of CHECK #9152

Merged
merged 3 commits into from
Sep 8, 2016

Commits on Sep 7, 2016

  1. sql/parser: capture optional validation behavior

    unused for now (check and fk constraints are always added with
    validation skipped currently).
    dt committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    361afc5 View commit details
    Browse the repository at this point in the history
  2. sql: parse ALTER TABLE ... VALIDATE commands

    Stubs out handling of VALIDATE commands, up to the point of handing off to the
    the constraint-type specific validation logic.
    dt committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    8c6a277 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    919f042 View commit details
    Browse the repository at this point in the history