Lines Matching refs:child
46 # without_rowid3-7.*: Test using an IPK as the key in the child (referencing) table.
66 # table or deleting from a child table does not cause SQLite
205 # the IPK is not applied to the child key value before it is inserted
206 # into the child table.
248 # Use the parent key collation even if it is default and the child key
535 # Test that it is possible to use an INT PRIMARY KEY as the child key
692 # "rowid" cannot be used as part of a child or parent key definition
1638 # An insert on the parent table must read the child key of any deferred
1639 # foreign key constraints. But not the child key of immediate constraints.
1646 # An insert on the child table of an immediate constraint must read the
1654 # As must an insert on the child table of a deferred constraint.
1691 # causes inserts of non-NULL keys into the child table to fail.