Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/rtree/rtree5.test
2018-02-07
| ||
18:02 | [49c9041d71] 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: 2165) | |
2017-10-25
| ||
16:38 | [8aaa4bcdc4] 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: 2147) | |
2013-04-10
| ||
02:56 | [6a510494f1] part of check-in [0adf8a3a4f] Correct test numbering on several rtree tests. (check-in: [0adf8a3a4f] user: mistachkin branch: trunk, size: 2045) | |
2012-04-02
| ||
21:35 | [9a229678a0] 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: 2045) | |
2010-08-26
| ||
14:15 | [ce3d7ccae2] 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: 2009) | |
2009-11-10
| ||
01:30 | [92508f5152] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 2002) | |
2008-07-14
| ||
15:37 | Added: [7d06434828] part of check-in [c060a9a6be] Have the rtree extension publish two virtual table types: "rtree" and "rtree_i32". rtree_i32 stores coordinate data as 32-bit signed integers. rtree uses 32-bit real (floating point) values. (CVS 5410) (check-in: [c060a9a6be] user: danielk1977 branch: trunk, size: 2067) | |