SQLite

Check-in [865dfcbaa5]
Login

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

Overview
Comment:Backport check-in [62678be3df35cd]: When the same index is used for all OR-terms in a WHERE clause, then try to use that index as a covering index.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | branch-3.7.2
Files: files | file ages | folders
SHA1: 865dfcbaa59431422b5980c66c8e29e80c4ed7c9
User & Date: drh 2012-08-25 00:49:08.886
Context
2012-08-25
00:49
Backport check-in [62678be3df35cd]: When the same index is used for all OR-terms in a WHERE clause, then try to use that index as a covering index. (Leaf check-in: 865dfcbaa5 user: drh tags: branch-3.7.2)
2011-10-25
21:18
Cherrypick the [3513bf6ee090d9] so that the sqlite_source_id() function works correctly even with newer versions of Fossil (check-in: 89d63a0e1d user: drh tags: branch-3.7.2)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/delete.c.
Changes to src/fkey.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/update.c.
Changes to src/where.c.
Changes to test/fts3query.test.
Added test/whereD.test.