Lines Matching refs:deferred
1294 # Test that if a deferred constraint is violated within a transaction,
1300 # contents of the database such that a deferred foreign key constraint
1308 # any number of deferred foreign key constraints.
1334 # When not running inside a transaction, a deferred constraint is similar
1340 # executing. In this case deferred constraints behave the same as
1366 # Test that an FK constraint is made deferred by adding the following
1389 # classified as either immediate or deferred.
1488 # Test an example from foreignkeys.html dealing with a deferred foreign
1521 # deferred foreign key constraints.
1525 # deferred foreign key constraint.
1560 # satisfying deferred foreign key constraints. It may be rolled back.
1601 # Test that if a COMMIT operation fails due to deferred foreign key
1606 # state that violates a deferred foreign key constraint and there are
1855 # would with a deferred constraint.
1940 # attached to is deferred, configuring a RESTRICT action causes SQLite
2685 # EVIDENCE-OF: R-05903-08460 If a deferred foreign key constraint is
2882 # that it is possible to create both immediate and deferred constraints.
2885 # permanently marked as deferred or immediate when it is created.