Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/bestindex1.test
2022-02-02
| ||
19:15 | [856a453dff] part of check-in [21afb81d0a] Test cases for sqlite3_vtab_in() and sqlite3_vtab_distinct(). (check-in: [21afb81d0a] user: drh branch: batch-in-operator, size: 8724) | |
2021-07-08
| ||
18:29 | [7cc626f1f4] part of check-in [bbbbeb59a6] Preserve and return to the user any error message returned by a failed xConnect() call on an eponymous virtual table that prevents a query from being compiled. (check-in: [bbbbeb59a6] user: dan branch: trunk, size: 8418) | |
2021-03-20
| ||
15:11 | [2e92e04614] 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: 8333) | |
2019-03-29
| ||
13:17 | [705b57d7f5] part of check-in [f5752517f5] Fix a fairly obscure problem causing the planner to sometimes choose sub-optimal plans for a query with a single virtual table in the FROM clause, and at least one IN(...) constraint in the WHERE clause. (check-in: [f5752517f5] user: dan branch: trunk, size: 8363) | |
2018-05-02
| ||
18:00 | [852170bddb] 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: 6559) | |
2018-04-24
| ||
01:10 | [a9b831613b] part of check-in [8bc0207abd] In EXPLAIN QUERY PLAN output, do not show an EXECUTE LIST SUBQUERY line for IN operators where the RHS is a list and not a subquery, since in that case there is no SUBQUERY to execute. (check-in: [8bc0207abd] user: drh branch: trunk, size: 6541) | |
2016-04-09
| ||
18:04 | [0cf1bd2d7b] part of check-in [6c56b3a047] Fix a problem in the code generator for joins on virtual tables where the outer loop of the join uses the IN operator. (check-in: [6c56b3a047] user: drh branch: trunk, size: 6683) | |
2016-03-09
| ||
11:59 | [d5ba89a794] part of check-in [e0bac2f3ee] Disable the bestindex*.test modules when building without virtual table support. (check-in: [e0bac2f3ee] user: drh branch: trunk, size: 4222) | |
2016-03-02
| ||
16:13 | [e228fe1e37] part of check-in [d2d2825156] Add an extra test for the change on this branch. (check-in: [d2d2825156] user: dan branch: vtab-IN-opt, size: 4180) | |
16:01 | [ca4a6457c2] part of check-in [3c15a9bf45] Enhance test_bestindex.c so that it can be used to test plans generated by xBestIndex. (check-in: [3c15a9bf45] user: dan branch: trunk, size: 4003) | |
2016-03-01
| ||
22:48 | [41c763428e] part of check-in [1d41c16116] New test cases and infrastructure for testing the xBestIndex method of virtual tables. (check-in: [1d41c16116] user: drh branch: trunk, size: 1332) | |
18:24 | [8d8ae7e96a] part of check-in [759b9d5b22] Allow test_bestindex.c to set the omit flag for a constraint. (check-in: [759b9d5b22] user: dan branch: test-bestindex, size: 1339) | |
18:07 | Added: [a7213b26f0] part of check-in [de034c0db6] Add test code useful for testing the planners use of teh virtual table xBestIndex() method. (check-in: [de034c0db6] user: dan branch: test-bestindex, size: 1334) | |