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

Improve constraint assertions #240

Merged
merged 4 commits into from
Jan 17, 2024
Merged

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    5b13363 View commit details
    Browse the repository at this point in the history
  2. Use new FK assertion functions

    Be more precise about whether a `VALID` or `NOT VALID` foreign key is
    expected.
    andrew-farries committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    684d324 View commit details
    Browse the repository at this point in the history
  3. Strengthen assertions for adding CHECKs

    Ensure that a constraint with the expected name is present on the table.
    andrew-farries committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    92963bd View commit details
    Browse the repository at this point in the history
  4. Rename ConstraintMust -> CheckConstraintMust

    Change the assertion to look for `CHECK` constraints and rename the
    assertion functions accordingly.
    andrew-farries committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5c4cad9 View commit details
    Browse the repository at this point in the history