SQLite

All files named ”ext/rtree/rtree6.test”
Login

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

History for ext/rtree/rtree6.test

2023-03-03
21:17
[2f5ffc6967] part of check-in [5a09191186] Make the SQLITE_DBCONFIG_STMT_SCANSTATUS option on by default in the CLI. (check-in: [5a09191186] user: dan branch: trunk, size: 5160)
2021-03-20
15:11
[9ce3691c1a] 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: 5100)
2019-01-15
14:31
[1252a0439d] part of check-in [ecf5caa7e9] Fix a problem triggered by DELETE statements with WHERE clauses that use the OR-optimization on some virtual tables. (check-in: [ecf5caa7e9] user: dan branch: trunk, size: 5172)
2018-12-21
15:13
[c8623cf9fa] part of check-in [ed8531e575] Fix the RTree extension so that it correctly ignores constraints that it does not understand, even if they are against a dimension column. (check-in: [ed8531e575] user: drh branch: trunk, size: 4915)
2018-05-02
19:42
[593e0d3651] part of check-in [dab5e52948] More test case updates. Tests are all running now. (check-in: [dab5e52948] user: drh branch: rework-EQP, size: 4819)
2018-02-07
18:02
[916a641d2b] part of check-in [2a5f813bc6] In extensions rtree, fts3 and fts5, ensure that when dynamic buffers are bound to persistent SQL statements using SQLITE_STATIC, the binding is replaced with an SQL NULL before the buffer is freed. Otherwise, a user may obtain a pointer to the persistent statement using sqlite3_next_stmt() and attempt to access the freed buffer using sqlite3_expanded_sql() or similar. (check-in: [2a5f813bc6] user: dan branch: trunk, size: 4807)
2014-10-25
12:28
[773a90db2d] part of check-in [b9ad601eab] Do not use virtual (and hence redundant) WHERE-clause terms to restrict the content of a automatic partial index. Show when an automatic partial index is used in the EXPLAIN QUERY PLAN output. (check-in: [b9ad601eab] user: drh branch: trunk, size: 4790)
2014-06-17
12:33
[0cfbdf27ee] part of check-in [f270fb6e9e] A different approach to the autoindex problem that deletes query-planner code rather than adding it. (check-in: [f270fb6e9e] user: drh branch: autoindex-improvements, size: 4782)
09:00
[83a997caf2] part of check-in [58acc2a8b3] Allow an automatic index on a WHERE constraint where the RHS is does not reference another table as long as the RHS is not a constant. (check-in: [58acc2a8b3] user: drh branch: autoindex-improvements, size: 4743)
2014-04-17
13:15
[756585abc5] 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: 4578)
2013-11-11
19:01
[fe0bd377a2] 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: 4578)
2013-06-10
23:30
[fb94b98c11] 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: 4539)
2013-06-03
18:14
[349ee0ab3f] part of check-in [15328987cc] Fix EXPLAIN QUERY PLAN row counts for the rtree virtual table tests. (check-in: [15328987cc] user: drh branch: nextgen-query-plan-exp, size: 4649)
2012-04-03
17:05
[3ff9113b4a] part of check-in [221fe4a8ea] Fix a typo in the rtree6.test script that prevented it from running. (check-in: [221fe4a8ea] user: drh branch: trunk, size: 4644)
2012-04-02
21:35
[f67ed7d362] part of check-in [02b7640f51] The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension to use only integer math and store only integer coordinates. (check-in: [02b7640f51] user: drh branch: trunk, size: 4642)
2011-03-23
10:52
[0b380bd9af] part of check-in [0b7668a71e] Fix a numbering issue in rtree6.test. Add a couple of extra tests. (check-in: [0b7668a71e] user: dan branch: trunk, size: 4624)
10:38
[1edf30467e] part of check-in [387b55aa9b] Change the rtree module to support queries with multiple comparison operators (i.e. > or <) of the same type on a single column. (check-in: [387b55aa9b] user: dan branch: trunk, size: 4065)
2010-11-15
16:12
[309806a2a2] part of check-in [88a854e18f] Change some test cases to account for the new EXPLAIN QUERY PLAN output. (check-in: [88a854e18f] user: dan branch: trunk, size: 2528)
2010-08-26
14:15
[1ebe0d632a] part of check-in [1975a27cde] Fix a couple of memory leaks in r-tree that can occur following an OOM condition. (check-in: [1975a27cde] user: dan branch: trunk, size: 2386)
2010-08-11
12:26
[903720aaab] part of check-in [eaaca669a4] Update an r-tree extension test case to account for recent changes to the query planner. Also fix a comment in rtree.c. (check-in: [eaaca669a4] user: dan branch: trunk, size: 2379)
2009-11-10
01:30
[11aade5311] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 2383)
2009-09-10
18:26
[119d991e86] part of check-in [e5ce66d40b] Update an r-tree test to account for changes in the query planner. (check-in: [e5ce66d40b] user: dan branch: trunk, size: 2446)
2008-09-01
12:47
Added: [fdfaf62bf0] part of check-in [483932c4e0] Have the rtree module set the estimatedCost output variable. Ticket #3312. (CVS 5649) (check-in: [483932c4e0] user: danielk1977 branch: trunk, size: 2446)