Lines Matching refs:constraints

51 # EVIDENCE-OF: R-37672-59189 In order to use foreign key constraints in
76 # constraints are not enforced.
119 # Specifically, test that foreign key constraints cannot even be parsed
150 # foreign key constraints enabled, it must still be enabled by the
153 # This also tests that foreign key constraints are disabled by default.
155 # EVIDENCE-OF: R-44261-39702 Foreign key constraints are disabled by
214 # foreign key constraints in the middle of a multi-statement transaction
874 # regardless of whether or not foreign key constraints are enabled when
1303 # EVIDENCE-OF: R-39692-12488 Deferred foreign key constraints are not
1308 # any number of deferred foreign key constraints.
1311 # foreign key constraints remain in violation.
1340 # executing. In this case deferred constraints behave the same as
1341 # immediate constraints.
1385 # EVIDENCE-OF: R-35290-16460 Foreign key constraints are immediate by
1521 # deferred foreign key constraints.
1560 # satisfying deferred foreign key constraints. It may be rolled back.
1602 # constraints, any nested savepoints remain open.
1847 # constraints, in that it is enforced immediately, not at the end of the
2316 # 2. Check local (non foreign key) constraints,
2455 # constraints are not checked when a table is created.
2469 # or not foreign key constraints are enabled."
2472 # whether or not foreign key constraints are enabled.
2528 # foreign key constraints, the definitions of the foreign key
2529 # constraints are modified to refer to the parent table by its new name
2581 # EVIDENCE-OF: R-14208-23986 If foreign key constraints are enabled when
2851 # EVIDENCE-OF: R-24450-46174 All foreign key constraints in SQLite are
2882 # that it is possible to create both immediate and deferred constraints.