Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/rtree/rtreeC.test
2022-04-11
| ||
14:26 | [2978b194d0] part of check-in [d91faeffea] Show LEFT and RIGHT JOIN processing in the EXPLAIN QUERY PLAN output. (check-in: [d91faeffea] user: drh branch: right-join, size: 9115) | |
2021-03-20
| ||
15:11 | [c4bfa9a61c] 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: 9105) | |
2019-12-05
| ||
14:42 | [6aa87eba4d] part of check-in [7ae8c0d52f] Make sure the rowid of an RTREE virtual table has integer affinity. Ticket [9fe487ba3c064b4e] (check-in: [7ae8c0d52f] user: drh branch: trunk, size: 9369) | |
2018-10-05
| ||
20:09 | [c5339c91d5] 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: 9364) | |
2018-05-16
| ||
19:07 | [128928549d] part of check-in [9abe023e1a] Do not allow auxiliary columns in the rtree to interfere with query planning. Begin adding test cases. (check-in: [9abe023e1a] user: drh branch: aux-data-in-rtree, size: 9365) | |
2018-05-02
| ||
19:42 | [55e40c4bd9] part of check-in [dab5e52948] More test case updates. Tests are all running now. (check-in: [dab5e52948] user: drh branch: rework-EQP, size: 9340) | |
2017-10-25
| ||
16:38 | [d9d06dda1a] part of check-in [dde0bb3eab] Add SQL scalar function rtreecheck() to the rtree module. For running checks to ensure the shadow tables used by an rtree virtual table are internally consistent. (check-in: [dde0bb3eab] user: dan branch: rtree-integrity-check, size: 9323) | |
2016-05-23
| ||
18:06 | [c0a9c67f2e] part of check-in [bfbb6dd84b] Remove an extra "finish_test" from the end of rtreeC.test. (check-in: [bfbb6dd84b] user: drh branch: tree-stat1-fix, size: 9227) | |
2015-06-08
| ||
18:05 | [90aaaffe2f] part of check-in [80ee56dda7] Avoid passing constraints that are unusable due to LEFT or CROSS joins to virtual table xBestIndex() methods. (check-in: [80ee56dda7] user: dan branch: vtab-left-join, size: 9242) | |
2014-04-17
| ||
13:15 | [df158dcc81] part of check-in [32a1387017] Refactor the constraint checking logic in RTree. The new-style constraint callbacks created by sqlite3_rtree_query_callback() are now hooked up from end to end, though still untested. (check-in: [32a1387017] user: drh branch: rtree-enhancements, size: 7075) | |
2014-03-12
| ||
19:38 | [16d7aa86ec] part of check-in [6504aa47a8] Fix an obscure bug causing sqlite3_close() to fail if there are virtual tables on the disconnect list when it is called. (check-in: [6504aa47a8] user: dan branch: trunk, size: 7076) | |
12:44 | [afe930ac94] part of check-in [7ce03c1b55] Prevent the rtree module from reading sqlite_stat1 data from the wrong database. (check-in: [7ce03c1b55] user: dan branch: trunk, size: 6419) | |
2013-11-12
| ||
12:17 | [03975565f4] part of check-in [e2684ece45] Fix for [4065ac8595]: Do not order CROSS or LEFT joins, even if the right-hand-side is a virtual table. (check-in: [e2684ece45] user: dan branch: trunk, size: 4055) | |
2013-11-11
| ||
19:01 | Added: [0c3dcd379e] part of check-in [5a3cfd747a] Add a way for virtual tables to return the expected number of rows for a scan (not just the overall cost) to SQLite. Have the rtree module make use of this. (check-in: [5a3cfd747a] user: dan branch: trunk, size: 2748) | |