SQLite

All files named ”test/whereF.test”
Login

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

History for test/whereF.test

2021-03-20
15:11
[926b655196] part of check-in [50fbd53260] Revise tests cases to align with the new EXPLAIN QUERY PLAN output. (check-in: [50fbd53260] user: drh branch: eqp-improvements, size: 9311)
2018-10-05
20:09
[a7fd9edad2] part of check-in [5c243eec7b] When the left-hand side of a WHERE clause contraint is a UNIQUE column, and that term of the WHERE clause is not used for indexing, assume that the term reduces the number of output rows by half. This is one proposed fix for ticket [e8b674241947eb3ba4] (check-in: [5c243eec7b] user: drh branch: unique-constraint-weights, size: 9312)
2018-01-27
13:55
[3d9412b119] part of check-in [5259d4847f] New test case for ticket [ec32177c99ccac2b1] that works without the STAT4. (check-in: [5259d4847f] user: drh branch: trunk, size: 9347)
05:40
[15552693e5] part of check-in [eef8cbef3c] Proposed fix for the query planner problem of ticket [ec32177c99ccac2b1]. (check-in: [eef8cbef3c] user: drh branch: trunk, size: 8173)
2017-10-12
11:13
[d44b58338f] part of check-in [4b68f424ca] Update some test cases to work with SQLITE_OMIT_VIRTUALTABLE and DEFAULT_AUTOVACUUM builds. (check-in: [4b68f424ca] user: dan branch: trunk, size: 6458)
2017-10-04
14:13
[a44c7d73c2] part of check-in [ef94ea061d] New test cases for ticket [b899b6042f97f5] derived from a bug report on the mailing list from Wout Mertens. (check-in: [ef94ea061d] user: drh branch: trunk, size: 6452)
2017-09-11
23:46
[7c426e0bf3] part of check-in [9d91ee5ee3] New test case for ticket [b899b6042f97f52d]. (check-in: [9d91ee5ee3] user: drh branch: trunk, size: 5784)
2017-09-04
00:33
[ec178da9a6] part of check-in [c7f9f47b23] Proposed fix for ticket [b899b6042f97f5] (check-in: [c7f9f47b23] user: drh branch: trunk, size: 5354)
2017-06-22
16:51
[97a86ecdfa] part of check-in [e4a022be4b] When generating individual loops for each ORed term of an OR scan, move any constant WHERE expressions outside of the loop, as is done for top-level loops. (check-in: [e4a022be4b] user: dan branch: or-optimization, size: 5136)
2013-08-30
17:35
[5b2ba0dbe8] part of check-in [79e458ef7a] If the cost of two whereLoop objects is the same in every way except that one has fewer expected output rows than the other, then choose the one with fewer output rows. (check-in: [79e458ef7a] user: drh branch: trunk, size: 3704)
2013-06-12
14:52
[136a730151] part of check-in [25e2cde105] Add the "queryplanner" test permutation. Continuing refinements to NGQP. (check-in: [25e2cde105] user: drh branch: nextgen-query-plan-exp, size: 3472)
2012-11-09
17:59
Added: [a0e296643c] part of check-in [942556342a] Try to take into account the cost of inner loops when selecting which table of a join to use for the outer loop. (check-in: [942556342a] user: drh branch: inner-loop-cost, size: 3461)