SQLite

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

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

History for ext/rtree/rtree8.test

2023-09-13
17:30
[4da84c7f32] part of check-in [b3049a1d3d] Omit the Reinsert algorithm from RTree. This causes most benchmarks to run faster, at the expense of having a slightly less dense and hence larger index (example: 33 entries/node versus 34 entries/node). (check-in: [b3049a1d3d] user: drh branch: rtree-performance, size: 5964)
2020-01-07
14:51
[bca416ecca] part of check-in [e6f5c0e0ac] Provide the ability to tag an application-defined function as "testonly". (check-in: [e6f5c0e0ac] user: drh branch: testonly-functions, size: 6023)
2018-11-07
02:17
[2d99006a13] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 5964)
2018-11-06
19:26
[9428c213f1] part of check-in [a1d6c6712c] Enable DEFENSIVE mode by default for tests. This requires lots of case of turning DEFENSIVE off in order to dodgy things to the database for testing purposes. No all of those cases are yet handled, so "make test" does not run to completion. (check-in: [a1d6c6712c] user: drh branch: read-only-shadow, size: 6030)
2018-05-24
22:42
[924926d7c6] part of check-in [3ba08e53d5] New test case for reading and writing the same rtree concurrently. (check-in: [3ba08e53d5] user: drh branch: trunk, size: 5898)
22:31
[f8aefd8b92] part of check-in [d4ce666108] Do not allow RTree writes when a read cursor is active on the same virtual table, as the writes might rebalance and disrupt the read cursors. Return the new SQLITE_LOCKED_VTAB error code if this happens. (check-in: [d4ce666108] user: drh branch: trunk, size: 5267)
2017-10-25
16:38
[649f5a37ec] 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: 5014)
2017-07-07
19:43
[076d9d5b78] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 4835)
2013-06-10
23:30
[db79c812f9] 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: 4855)
2010-08-30
15:43
[9772e16da7] part of check-in [b06f4695bd] Add tests (and associated fixes) to restore coverage of rtree.c. (check-in: [b06f4695bd] user: dan branch: trunk, size: 4856)
2010-08-28
18:58
[67c5a03476] part of check-in [782ca3b716] Add code to allow user-defined searches of r-tree tables. Still largely untested. (check-in: [782ca3b716] user: dan branch: trunk, size: 4859)
2010-08-26
14:15
[e4e291e4cd] 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: 4873)
07:59
[64b83b163a] part of check-in [bee1959dde] Improve coverage of rtree.c some more. (check-in: [bee1959dde] user: dan branch: trunk, size: 4866)
2010-08-25
19:04
[7ba5d3b6ce] part of check-in [05f6c1aebb] Further test coverage improvements for rtree.c. (check-in: [05f6c1aebb] user: dan branch: trunk, size: 3941)
17:53
Added: [d226534180] part of check-in [865cec04e4] Test cases to improve coverage of rtree module. Fixes associated with the same. (check-in: [865cec04e4] user: dan branch: trunk, size: 3671)