SQLite

Check-in [3428043cd0]
Login

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

Overview
Comment:The IS operator can now use indexes the same as the == operator.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3428043cd00294457548bb07ada2ad526b6532d6
User & Date: drh 2015-05-14 14:32:11.685
References
2017-07-18
16:57 New ticket [ce68383bf6] Incorrect LEFT JOIN result with IS operator in WHERE clause and auto-index. (artifact: 4776331e7f user: drh)
Context
2015-05-14
15:39
Increase the version number to 3.8.11. Upgrade autoconf from 2.62 to 2.69. (check-in: be438d049d user: drh tags: trunk)
15:17
Merge in the IS-operator enhancements and other recent changes from trunk. (check-in: 4f9229445c user: drh tags: sessions)
14:32
The IS operator can now use indexes the same as the == operator. (check-in: 3428043cd0 user: drh tags: trunk)
14:03
A few more test cases for the IS operator. (Closed-Leaf check-in: f397c8622a user: drh tags: index-is-operator)
2015-05-13
04:50
Enhancements to the MSVC makefile. (check-in: 59e3e9e764 user: mistachkin tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to test/transitive1.test.
Changes to test/vtab1.test.
Changes to test/vtab2.test.
Changes to test/vtab6.test.
Changes to test/where.test.
Changes to test/where4.test.
Changes to test/whereC.test.