Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a problem with "PRAGMA foreign_key_check" where if a table in one schema appears to have foreign key constraints against another table in a different schema, the pragma will try to check the constraints even though they do not apply because they are in different schemas. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
81bc4b65ae2a68128b0be75a7a3d4f47 |
User & Date: | drh 2020-07-03 12:15:59.796 |
Context
2020-07-03
| ||
12:32 | Fix the pragma_foreign_key_check virtual table so that it accepts arguments. (check-in: 07f849dee3 user: drh tags: trunk) | |
12:15 | Fix a problem with "PRAGMA foreign_key_check" where if a table in one schema appears to have foreign key constraints against another table in a different schema, the pragma will try to check the constraints even though they do not apply because they are in different schemas. (check-in: 81bc4b65ae user: drh tags: trunk) | |
2020-07-02
| ||
17:05 | Minor simplification to the 32-bit varint decoder. (check-in: 6ffd17b668 user: drh tags: trunk) | |
Changes
Changes to src/pragma.c.
Changes to test/fkey5.test.