SQLite

All files named ”src/test_rtree.c”
Login

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

History for src/test_rtree.c

2024-07-30
15:49
[d844d746a3] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 16334)
2016-07-28
17:11
[671f3fae50] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 16472)
14:37
[0aad72f485] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 16444)
2015-05-20
21:28
[43fff4c5a0] part of check-in [a7ee40c4fc] Add the sqlite3_value_dup() and sqlite3_value_free() interfaces. Use these interfaces to enhance R-Tree to add the sqlite3_rtree_query_info.apSqlParam field. (check-in: [a7ee40c4fc] user: drh branch: value-dup, size: 16294)
2014-05-08
23:01
[bfe6f43865] part of check-in [9411d7dc6f] Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 15366)
2014-04-21
18:13
[fdd8d29ca5] part of check-in [eba95ead49] Fix the generation of sqlite3_rtree_query_info.iRowid and add test cases to verify that it is fixed. (check-in: [eba95ead49] user: drh branch: rtree-enhancements, size: 15366)
15:21
[4c1ff96a2d] part of check-in [d708f159ab] Fix an off-by-one error in setting the "iLevel" field of the sqlite3_rtree_query_info structure passed into the RTree query callback. (check-in: [d708f159ab] user: drh branch: rtree-enhancements, size: 15046)
2014-04-17
15:34
[38cdb28581] part of check-in [71692aa97c] More test cases with very long priority queues. (check-in: [71692aa97c] user: drh branch: rtree-enhancements, size: 15046)
14:52
[636d2a5bc9] part of check-in [1ccaaed6b5] Test cases and bug fixes for the sqlite3_rtree_query_callback() mechanism. (check-in: [1ccaaed6b5] user: drh branch: rtree-enhancements, size: 13490)
2014-04-12
17:44
[cd35d54c0b] part of check-in [66c858f205] Continuing clean-up of the R-Tree module in preparation for cutting in the new generalized query mechanism. (check-in: [66c858f205] user: drh branch: rtree-enhancements, size: 13248)
2013-08-05
12:31
[f3d1d12538] part of check-in [4b8b426f10] Add a missing '#include "tcl.h"' to test_rtree.c. (check-in: [4b8b426f10] user: drh branch: trunk, size: 8947)
2013-04-29
03:09
[1d764c352b] part of check-in [05ba5e23fc] More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. (check-in: [05ba5e23fc] user: mistachkin branch: winOsTrace, size: 8930)
2012-04-19
20:43
[a1bbfc30f1] part of check-in [b72f07b4a2] Update the apple-osx branch so that it includes all of the latest trunk changes. (check-in: [b72f07b4a2] user: drh branch: apple-osx, size: 8954)
2012-04-02
21:35
[aba603c949] 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: 8954)
2011-08-26
19:18
[a2eebb68c0] part of check-in [55af80035f] Merge the latest trunk changes into the apple-osx branch. (check-in: [55af80035f] user: drh branch: apple-osx, size: 8820)
2011-08-25
18:54
[6d06306e29] part of check-in [16f83fec77] Fix harmless compiler warnings in test code. No changes to the core. (check-in: [16f83fec77] user: drh branch: trunk, size: 8820)
2011-06-24
20:47
[af76d5a2ea] part of check-in [34f0efa2b1] Merging local changes to apple-osx (check-in: [34f0efa2b1] user: adam branch: apple-osx, size: 8760)
2010-10-31
22:47
[30c9818374] part of check-in [87eb1f04d2] Fix a test module comment typo reported on the mailing list. (check-in: [87eb1f04d2] user: drh branch: trunk, size: 8760)
2010-09-01
02:38
[e957a603a9] part of check-in [afdc82a99e] Fix some compiler warnings under MSVC. (check-in: [afdc82a99e] user: shaneh branch: trunk, size: 8762)
2010-08-31
15:02
[f047668298] part of check-in [169b8ba4be] Add the "circle" test geometry callback to test_rtree.c. And tests for the same. (check-in: [169b8ba4be] user: dan branch: trunk, size: 8453)
2010-08-30
18:39
[85b550f364] part of check-in [fc4d75370b] When generating sqlite3.h, append the contents of sqlite3rtree.h. (check-in: [fc4d75370b] user: dan branch: trunk, size: 3003)
15:43
[a65ca2727c] part of check-in [b06f4695bd] Add tests (and associated fixes) to restore coverage of rtree.c. (check-in: [b06f4695bd] user: dan branch: trunk, size: 2994)
2010-08-28
18:58
Added: [b15a049741] part of check-in [782ca3b716] Add code to allow user-defined searches of r-tree tables. Still largely untested. (check-in: [782ca3b716] user: dan branch: trunk, size: 2689)