Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | "PRAGMA foreign_key_check" with no argument checks the foreign keys on all tables. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | foreign-key-check |
Files: | files | file ages | folders |
SHA1: |
57d47423a65d183cb1efcb95b28cb143 |
User & Date: | drh 2012-12-17 18:43:02.925 |
Context
2012-12-17
| ||
20:40 | Enhance the error message for "foreign key mismatch" to include the names of the child and parent tables. Begin adding test cases for PRAGMA foreign_key_check. Make sure PRAGMA foreign_key_check gets all necessary table locks. (check-in: 0f9963526c user: drh tags: foreign-key-check) | |
18:43 | "PRAGMA foreign_key_check" with no argument checks the foreign keys on all tables. (check-in: 57d47423a6 user: drh tags: foreign-key-check) | |
18:05 | Fix an issue with child keys that are not INTEGER PRIMARY KEY referencing INTEGER PRIMARY KEY in the parent. (check-in: 603b695bf0 user: drh tags: foreign-key-check) | |
Changes
Changes to src/pragma.c.