Lines Matching refs:child
45 # fkey2-7.*: Test using an IPK as the key in the child (referencing) table.
65 # 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
546 # Test that it is possible to use an INTEGER PRIMARY KEY as the child key
711 # "rowid" cannot be used as part of a child or parent key definition
1576 # An insert on the parent table must read the child key of any deferred
1577 # foreign key constraints. But not the child key of immediate constraints.
1584 # An insert on the child table of an immediate constraint must read the
1592 # As must an insert on the child table of a deferred constraint.
1629 # causes inserts of non-NULL keys into the child table to fail.