SQLite

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

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

History for ext/rtree/rtreeG.test

2018-02-07
18:02
[1b9ca6e3ef] 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: 1571)
2017-10-25
16:38
[fd3af1ca94] 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: 1553)
2016-05-23
18:27
[3b18571963] part of check-in [9589e93771] Fix the rtreeG.test test case. (check-in: [9589e93771] user: drh branch: tree-stat1-fix, size: 1442)
18:12
Added: [fad67b4ec0] part of check-in [48526a2fe5] Fix RTREE so that it does not run queries against the sqlite_stat1 if that table does not exist. (check-in: [48526a2fe5] user: drh branch: tree-stat1-fix, size: 857)