SQLite

All files named ”test/tkt-385a5b56b9.test”
Login

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

History for test/tkt-385a5b56b9.test

2021-03-20
15:11
[81d7c8ef2d] 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: 1458)
2018-05-02
18:00
[5204a7cba0] part of check-in [5f0e803e33] Fix test cases so that they work with the new EXPLAIN QUERY PLAN output format. Only some of the cases have been fixed. This is an incremental check-in. (check-in: [5f0e803e33] user: drh branch: rework-EQP, size: 1482)
2013-06-10
23:30
[c0a06ada41] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 1513)
2012-09-15
18:45
[7782a38291] part of check-in [cfaa7bc128] Attempt to use a covering index even on a full table scan, under the theory that the index will be smaller and require less disk I/O and thus be faster. (check-in: [cfaa7bc128] user: drh branch: fullscan-covering-index, size: 1565)
2012-04-20
16:59
Added: [8eb87c4bbc] part of check-in [7b8548b187] Do not consider a DISTINCT clause redundant unless a subset of the result-set is collectively subject to a UNIQUE constraint and it can be guaranteed that all columns of the subset are NOT NULL (either due to NOT NULL constraints WHERE clause terms). Fix for [385a5b56b9]. (check-in: [7b8548b187] user: dan branch: trunk, size: 1541)