SQLite

Check-in [9a4b7ec292]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Use the affinity and collation sequence associated with the parent key when finding child table rows to apply a foreign key action to.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9a4b7ec2928307e88783223903c842accaff7ccf
User & Date: dan 2009-09-29 16:38:59.000
Context
2009-09-30
04:28
Change a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX. (check-in: b733e939f7 user: dan tags: trunk)
2009-09-29
16:38
Use the affinity and collation sequence associated with the parent key when finding child table rows to apply a foreign key action to. (check-in: 9a4b7ec292 user: dan tags: trunk)
15:41
Check that a unique index uses the default collation sequences for each column before using it as part of a foreign key constraint operation. (check-in: 64154174cf user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/fkey.c.
Changes to test/fkey2.test.