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

Ensure include_deferred is not nullable #33280

Merged
merged 4 commits into from
Aug 10, 2023

Commits on Aug 10, 2023

  1. Ensure include_deferred is not nullable

    This uses a multi-step process to introduce the NOT NULL constraint to
    the column, needed due to MSSQL restrictions.
    uranusjr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9f35e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4562b2 View commit details
    Browse the repository at this point in the history
  3. Postgres does not support 0 as boolean

    This is fine. SQL is fun.
    uranusjr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5f082f4 View commit details
    Browse the repository at this point in the history
  4. Wrap raw SQL in text()

    uranusjr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    348636e View commit details
    Browse the repository at this point in the history