Name
ignore_check_constraints — Disable CHECK constraints
Common Usage
PRAGMA ignore_check_constraints;
PRAGMA ignore_check_constraints = switch;Description
The ignore_check_constraints pragma controls the
enforcement of CHECK
constraints. CHECK
constraints are defined in CREATE
TABLE statements as arbitrary expressions that
must be true before a row can be inserted or updated. If this
pragma is set, this type of constraint is ignored. Turning this
pragma back on will not verify existing rows.
This is an undocumented pragma.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access