SQLite

Check-in [0e56ba69f0]
Login

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

Overview
Comment:Delete PRIMARY KEY index entries last. Only construct the unique prefix of an index key when deleting entries from an index.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | omit-rowid
Files: files | file ages | folders
SHA1: 0e56ba69f0fcd12a5166c32f6e4eacdcc29fba04
User & Date: drh 2013-10-24 14:16:10.049
Context
2013-10-24
19:48
Update the interface to the sqlite3GenerateRowDelete() utility so that it is able to handle WITHOUT ROWID tables. The implementation still needs to be completed. (check-in: 85daf51746 user: drh tags: omit-rowid)
14:16
Delete PRIMARY KEY index entries last. Only construct the unique prefix of an index key when deleting entries from an index. (check-in: 0e56ba69f0 user: drh tags: omit-rowid)
11:55
Remove an obsolete comment from the VDBE. No code changes. (check-in: 53bb070c85 user: drh tags: omit-rowid)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/pragma.c.
Changes to src/where.c.