SQLite

Check-in [edff350005]
Login

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

Overview
Comment:If an update does not modify any child or parent key columns, omit foreign key processing for the statement.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: edff3500058eb8ad2381f855ef7a09ecb680f7b8
User & Date: dan 2009-10-01 16:09:04.000
Context
2009-10-01
17:13
Add test cases to cover the branches added by the previous commit. (check-in: aaa005b6da user: dan tags: trunk)
16:09
If an update does not modify any child or parent key columns, omit foreign key processing for the statement. (check-in: edff350005 user: dan tags: trunk)
04:35
Add tests to check that FK support interacts with count-changes correctly. (check-in: 5b8366154b user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/delete.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/sqliteInt.h.
Changes to src/update.c.
Changes to test/fkey2.test.
Changes to test/fkey3.test.