SQLite

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

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

History for ext/rtree/rtreecheck.test

2024-11-04
19:08
[84eedb43b2] part of check-in [af7173a10e] Ensure that the database encoding is detected before the code generator gets too far down into byte-code generation and execution, but not so early that it interferes with initialization. Forum thread bc75a4d20b756044. (check-in: [af7173a10e] user: drh branch: trunk, size: 5429)
2023-09-06
12:52
[934546ad9b] part of check-in [17bede8cde] Add the xIntegrity method to the sqlite3_module object. Implement this method in RTREE, FTS3/4, and FTS5 so that "PRAGMA integrity_check" also verifies the correctness of shadow tables associated with those virtual tables. (check-in: [17bede8cde] user: drh branch: vtab-integrity-check, size: 5454)
2023-02-01
20:14
[4e859a9cd4] part of check-in [d090948a69] Update testrunner.tcl to use a separate process for each test script. And to run some extra tests too. (check-in: [d090948a69] user: dan branch: testrunner, size: 4745)
2023-01-20
17:50
[e53fc47fb7] part of check-in [a02da71f3a] Ensure that the database encoding cannot be changed while there are statements running. And that the connection is left in a valid state after an obscure OOM within sqlite3_deserialize(). (check-in: [a02da71f3a] user: dan branch: trunk, size: 4453)
2022-01-16
19:11
[1f542257f2] 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: 4049)
2018-11-06
19:26
[d67d5b3e9e] 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: 4049)
2017-10-25
18:17
[4d29103d1e] part of check-in [d6130cd226] Add tests cases and fix minor issues in the rtreecheck() function. (check-in: [d6130cd226] user: dan branch: trunk, size: 3949)
16:38
Added: [f610cb77ca] 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: 2832)