Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/rtree/rtree4.test
2020-07-29
| ||
16:18 | [4bea77db97] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 7651) | |
2018-02-07
| ||
18:02 | [304de65d48] 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: 7645) | |
2017-10-25
| ||
16:38 | [67b021858b] 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: 7627) | |
2012-04-02
| ||
21:35 | [c8fe384f60] 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: 7520) | |
2010-08-26
| ||
14:15 | [0061e6f464] 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: 7149) | |
2010-08-25
| ||
17:53 | [2adce44dc5] part of check-in [865cec04e4] Test cases to improve coverage of rtree module. Fixes associated with the same. (check-in: [865cec04e4] user: dan branch: trunk, size: 7133) | |
2009-11-10
| ||
01:30 | [94fdd570ab] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 7127) | |
2008-06-23
| ||
15:55 | [11724f766a] part of check-in [e872c78c72] Run (a subset of) the rtree tests from quick.test. (CVS 5282) (check-in: [e872c78c72] user: danielk1977 branch: trunk, size: 7192) | |
2008-05-28
| ||
13:49 | [029a2a09bd] part of check-in [5ceef40e39] Allow the SQLITE_MAX_EXPR_DEPTH compile-time parameter to be set to 0 in order to disable expression depth checking. Ticket #3143. (CVS 5166) (check-in: [5ceef40e39] user: drh branch: trunk, size: 7069) | |
2008-05-27
| ||
00:06 | Added: [f285c08f66] part of check-in [54b84a3ddb] Fix a bug in rtree that occurs when too many constraints are passed in on a query. (CVS 5162) (check-in: [54b84a3ddb] user: drh branch: trunk, size: 7070) | |