SQLite

Check-in [b5f90bfe62]
Login

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

Overview
Comment:Back off the optimization of check-in [e130319317e76119] slightly so that it only applies to IN operators that are used for membership tests. Proposed fix for ticket [df46dfb631f75694].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | tkt-df46dfb631
Files: files | file ages | folders
SHA3-256: b5f90bfe6295ab3a22a8e5828133a6ce296dca7c769a3d0688de6ee107ae10d4
User & Date: drh 2019-02-20 03:38:02.124
Context
2019-02-20
03:38
Back off the optimization of check-in [e130319317e76119] slightly so that it only applies to IN operators that are used for membership tests. Proposed fix for ticket [df46dfb631f75694]. (Closed-Leaf check-in: b5f90bfe62 user: drh tags: tkt-df46dfb631)
2019-02-19
20:29
Enhance the xBestIndex method on delta_parse() to return SQLITE_CONSTRAINT if no delta argument is supplied. (check-in: f16d127c3b user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.
Changes to src/sqliteInt.h.
Changes to test/in.test.