SQLite

Check-in [c6239bf943]
Login

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

Overview
Comment:Change the code generator for UPDATE to generate code in an order that might run more efficiently in many cases.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | improved-update
Files: files | file ages | folders
SHA1: c6239bf943fc42b8fc1ece95c9268240b7c53e80
User & Date: drh 2015-10-17 01:00:03.352
Context
2015-10-17
01:00
Change the code generator for UPDATE to generate code in an order that might run more efficiently in many cases. (Leaf check-in: c6239bf943 user: drh tags: improved-update)
2015-10-16
23:55
Fix a comment in expr.c and add a CORRUPT_DB to an assert() in btree.c. (check-in: 0df371d1a5 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/update.c.