SQLite

All files named ”test/in6.test”
Login

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

History for test/in6.test

2021-04-29
15:49
[f5f40d6816] part of check-in [eb40248ce6] Fix the IN-early-out optimization so that it works even for the corner case where the NULL bypass fires before the affinity of the LHS operator has been set. Fix for the problem described in forum post 6a3ec138e9. (check-in: [eb40248ce6] user: drh branch: trunk, size: 3478)
2020-03-16
03:07
[8562d09451] part of check-in [8b437b4726] At the end of the right-hand table loop of a LEFT JOIN that uses an IN operator in the ON clause, put the OP_IfNoHope operator after the OP_IfNotOpen operator, not before, to avoid a (harmless) uninitialized register reference. Ticket [82b588d342d515d1] (check-in: [8b437b4726] user: drh branch: trunk, size: 2763)
2018-06-08
21:21
[62d943a02f] part of check-in [30e874661d] Only choose to scan an IN operator rather than use an index if we have real STAT1 data to suggest it is advantageous. (check-in: [30e874661d] user: drh branch: in-scan-vs-index, size: 2148)
2018-06-07
16:07
Added: [77c3e1d356] part of check-in [085e863713] Test cases. (check-in: [085e863713] user: drh branch: multikey-opt-idea, size: 2050)