Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/tkt-78e04e52ea.test
2021-03-20
| ||
15:11 | [b731f2ab7d] 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: 1595) | |
2019-06-14
| ||
12:28 | [cb44d0f5e7] part of check-in [b4a9e09e60] Refactor the LIKE optimization decision logic so that it uses sqlite3AtoF() on both boundary keys to determine if the optimization can be used when the LHS is something that might not have TEXT affinity. Ticket [ce8717f0885af975]. See also [c94369cae9b561b1], [b043a54c3de54b28], [fd76310a5e843e07], and [158290c0abafde67]. (check-in: [b4a9e09e60] user: drh branch: trunk, size: 1613) | |
2018-05-02
| ||
19:42 | [1b5be1bac9] part of check-in [dab5e52948] More test case updates. Tests are all running now. (check-in: [dab5e52948] user: drh branch: rework-EQP, size: 1614) | |
2017-02-17
| ||
02:04 | [1b2e6bf4f1] part of check-in [218b2bbb0d] Fix a test case that was made to fail by the LIKE optimization enhancement in check-in [158290c0ab] but which went unnoticed because test builds were running with ICU enabled and ICU disables the LIKE optimization. (check-in: [218b2bbb0d] user: drh branch: trunk, size: 1635) | |
2013-11-05
| ||
13:33 | [813779f888] part of check-in [54b2219297] Standardize the error messages generated by constraint failures to a format of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. (check-in: [54b2219297] user: drh branch: omit-rowid, size: 1634) | |
2013-10-04
| ||
15:58 | [b0190d3375] part of check-in [2f394de88f] Fix test cases so that they work when the query planner uses index size estimates to determine whether or not to try an covering index scan. (check-in: [2f394de88f] user: drh branch: index-scan-rate, size: 1628) | |
2013-06-10
| ||
23:30 | [787b70cfb0] 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: 1582) | |
2012-09-15
| ||
18:45 | [703e0bfb23] 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: 1623) | |
2010-11-13
| ||
16:42 | [ab52f0c1e2] part of check-in [6611b76b02] Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX", and to use "SEARCH" instead of "SCAN" for loops that are not full-table scans. (check-in: [6611b76b02] user: dan branch: experimental, size: 1599) | |
2010-11-11
| ||
10:36 | [567dcb06c6] part of check-in [30904ef841] Modifications to test cases to account for new EXPLAIN QUERY PLAN output. (check-in: [30904ef841] user: dan branch: experimental, size: 1594) | |
2009-12-08
| ||
14:34 | Added: [fb5430c675] part of check-in [7b1cfd65a6] Allow zero-length names for tables, columns, and indices. Fix for ticket [78e04e52eaf]. (check-in: [7b1cfd65a6] user: drh branch: trunk, size: 1519) | |