Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of src/test_rtree.c
2016-07-28
| ||
17:11 | Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. file: [671f3fae] check-in: [f2f1323c] user: mistachkin branch: callbackConv, size: 16472 | |
14:37 | Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. file: [0aad72f4] check-in: [e8be3dfe] user: mistachkin branch: callbackConv, size: 16444 | |
2015-05-20
| ||
21:28 | 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. file: [43fff4c5] check-in: [a7ee40c4] user: drh branch: value-dup, size: 16294 | |
2014-05-08
| ||
23:01 | 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. file: [bfe6f438] check-in: [9411d7dc] user: drh branch: apple-osx, size: 15366 | |
2014-04-21
| ||
18:13 | Fix the generation of sqlite3_rtree_query_info.iRowid and add test cases to verify that it is fixed. file: [fdd8d29c] check-in: [eba95ead] user: drh branch: rtree-enhancements, size: 15366 | |
15:21 | Fix an off-by-one error in setting the "iLevel" field of the sqlite3_rtree_query_info structure passed into the RTree query callback. file: [4c1ff96a] check-in: [d708f159] user: drh branch: rtree-enhancements, size: 15046 | |
2014-04-17
| ||
15:34 | More test cases with very long priority queues. file: [38cdb285] check-in: [71692aa9] user: drh branch: rtree-enhancements, size: 15046 | |
14:52 | Test cases and bug fixes for the sqlite3_rtree_query_callback() mechanism. file: [636d2a5b] check-in: [1ccaaed6] user: drh branch: rtree-enhancements, size: 13490 | |
2014-04-12
| ||
17:44 | Continuing clean-up of the R-Tree module in preparation for cutting in the new generalized query mechanism. file: [cd35d54c] check-in: [66c858f2] user: drh branch: rtree-enhancements, size: 13248 | |
2013-08-05
| ||
12:31 | Add a missing '#include "tcl.h"' to test_rtree.c. file: [f3d1d125] check-in: [4b8b426f] user: drh branch: trunk, size: 8947 | |
2013-04-29
| ||
03:09 | More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. file: [1d764c35] check-in: [05ba5e23] user: mistachkin branch: winOsTrace, size: 8930 | |
2012-04-19
| ||
20:43 | Update the apple-osx branch so that it includes all of the latest trunk changes. file: [a1bbfc30] check-in: [b72f07b4] user: drh branch: apple-osx, size: 8954 | |
2012-04-02
| ||
21:35 | The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension to use only integer math and store only integer coordinates. file: [aba603c9] check-in: [02b7640f] user: drh branch: trunk, size: 8954 | |
2011-08-26
| ||
19:18 | Merge the latest trunk changes into the apple-osx branch. file: [a2eebb68] check-in: [55af8003] user: drh branch: apple-osx, size: 8820 | |
2011-08-25
| ||
18:54 | Fix harmless compiler warnings in test code. No changes to the core. file: [6d06306e] check-in: [16f83fec] user: drh branch: trunk, size: 8820 | |
2011-06-24
| ||
20:47 | Merging local changes to apple-osx file: [af76d5a2] check-in: [34f0efa2] user: adam branch: apple-osx, size: 8760 | |
2010-10-31
| ||
22:47 | Fix a test module comment typo reported on the mailing list. file: [30c98183] check-in: [87eb1f04] user: drh branch: trunk, size: 8760 | |
2010-09-01
| ||
02:38 | Fix some compiler warnings under MSVC. file: [e957a603] check-in: [afdc82a9] user: shaneh branch: trunk, size: 8762 | |
2010-08-31
| ||
15:02 | Add the "circle" test geometry callback to test_rtree.c. And tests for the same. file: [f0476682] check-in: [169b8ba4] user: dan branch: trunk, size: 8453 | |
2010-08-30
| ||
18:39 | When generating sqlite3.h, append the contents of sqlite3rtree.h. file: [85b550f3] check-in: [fc4d7537] user: dan branch: trunk, size: 3003 | |
15:43 | Add tests (and associated fixes) to restore coverage of rtree.c. file: [a65ca272] check-in: [b06f4695] user: dan branch: trunk, size: 2994 | |
2010-08-28
| ||
18:58 | Add code to allow user-defined searches of r-tree tables. Still largely untested. file: [b15a0497] check-in: [782ca3b7] user: dan branch: trunk, size: 2689 Added | |