SQLite

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

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

History for ext/rtree/rtree7.test

2017-10-25
16:38
[c8fb2e555b] 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: 1809)
2012-04-02
21:35
[1fa710b9e6] 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: 1707)
2010-08-26
14:15
[bcb647b429] 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: 1459)
2010-02-16
10:59
Added: [6fd29fb8e1] part of check-in [ebc9433fdd] Fix for [e9a9fde1f4]. When opening an existing rtree, determine the node size by inspecting the root node of the r-tree structure (instead of assuming it is a function of the page-size). (check-in: [ebc9433fdd] user: dan branch: trunk, size: 1452)