Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Avoid redundant table b-tree cursor seeks in UPDATE statements that use the two-pass strategy. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dc555b1039c6930f6d15355c698ff917 |
User & Date: | dan 2017-01-28 19:45:34.617 |
Context
2017-01-28
| ||
19:53 | Fix a couple comment typos. No changes to code. (check-in: 2a2e7d86b2 user: mistachkin tags: trunk) | |
19:45 | Avoid redundant table b-tree cursor seeks in UPDATE statements that use the two-pass strategy. (check-in: dc555b1039 user: dan tags: trunk) | |
15:26 | Updates to the sqlite3_blob documentation. No changes to code. (check-in: 426b440a57 user: drh tags: trunk) | |
Changes
Changes to ext/session/session1.test.
Changes to src/sqliteInt.h.
Changes to src/update.c.
Changes to src/wherecode.c.
Changes to test/update2.test.