SQLite

Check-in [53902f7d4a]
Login

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

Overview
Comment:Correct handling of compound foreign key constraints that include the integer primary key as one of the columns. Ticket [ce7c133ea6cc9ccdc1]
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 53902f7d4a46aa70ecc5bf180a01ff888d52686a
User & Date: drh 2010-07-29 01:50:39.000
References
2010-07-29
01:55 Ticket [ce7c133ea6] Foreign key constraint fails when it should succeed. status still Open with 4 other changes (artifact: 6fb11fefa6 user: drh)
Context
2010-07-29
10:07
Change the profile timer units back to nanoseconds and update the sqlite3_profile() documentation. Ticket [c43940c49b74c70a69] (check-in: 7783b98a93 user: drh tags: trunk)
01:50
Correct handling of compound foreign key constraints that include the integer primary key as one of the columns. Ticket [ce7c133ea6cc9ccdc1] (check-in: 53902f7d4a user: drh tags: trunk)
2010-07-28
19:17
Get SQLITE_OMIT_VIRTUALTABLE working again after being broken by recent changes. (check-in: 33b1e862ff user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/fkey.c.
Changes to test/fkey2.test.