Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/rtree/rtreeA.test
2023-09-13
| ||
17:30 | [14e67fccc5] 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: 7415) | |
2022-01-16
| ||
19:11 | [a7fd235d81] part of check-in [4883776669] Fix test cases so that they all still work even with -DSQLITE_DQS=0. (check-in: [4883776669] user: drh branch: trunk, size: 7415) | |
2021-09-15
| ||
16:20 | [c0d8e91e25] part of check-in [c74c07cc86] Fix the xBestIndex method on rtree so that it correctly recognizes that rowid=? works the same as id=?. (check-in: [c74c07cc86] user: drh branch: trunk, size: 7415) | |
2018-11-06
| ||
19:26 | [ed2f1be9c0] 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: 7409) | |
2017-10-25
| ||
16:38 | [20623ca337] 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: 7342) | |
2017-08-17
| ||
18:17 | [c09ad3f76c] part of check-in [0712f057ef] The RTREE extension should return SQLITE_CORRUPT_VTAB, not just SQLITE_CORRUPT when it encounters incorrectly formatted shadow tables. (check-in: [0712f057ef] user: drh branch: trunk, size: 6638) | |
2017-08-09
| ||
22:55 | [abb1e2434d] part of check-in [dcdf091388] Preserve the error code from xConnect or xCreate methods in virtual table implementations when they are encountered during parsing. (check-in: [dcdf091388] user: drh branch: trunk, size: 6633) | |
2017-07-01
| ||
15:21 | [e25d76c170] part of check-in [66de6f4a95] Enhance the RTree module to detect node truncation early and report an error. (check-in: [66de6f4a95] user: drh branch: trunk, size: 6560) | |
2017-02-02
| ||
14:40 | [ac8b503931] part of check-in [9bb4eafe1a] Change RTREE so that the sqlite3_blob object is closed whenever the cursor count drops to zero and there is not a pending write transaction. (check-in: [9bb4eafe1a] user: drh branch: rtree-sqlite3_blob, size: 6184) | |
2010-09-23
| ||
18:47 | [ace05e729a] part of check-in [fab3b383bb] Add tests to e_delete.test. (check-in: [fab3b383bb] user: dan branch: trunk, size: 6187) | |
2010-09-22
| ||
19:06 | [ebd9dcff5e] part of check-in [7ff3574b9c] Further tests and changes to make the r-tree module more robust. (check-in: [7ff3574b9c] user: dan branch: trunk, size: 6120) | |
14:19 | Added: [2c6c774295] part of check-in [68a305fd5a] Add new file rtreeA.test, to test that the r-tree extension doesn't crash if it encounters a corrupt or inconsistent database. (check-in: [68a305fd5a] user: dan branch: trunk, size: 5824) | |