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.