index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_rtree.c
Commit message (
Expand
)
Author
Age
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Add the sqlite3_value_dup() and sqlite3_value_free() interfaces. Use
drh
2015-05-20
*
First small steps toward brining trunk and apple-osx closer together.
drh
2015-02-19
*
Add the sqlite3_rtree_query_callback() API to the RTree virtual table.
drh
2014-04-28
*
Add a missing '#include "tcl.h"' to test_rtree.c.
drh
2013-08-05
*
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...
mistachkin
2013-04-29
*
The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension
drh
2012-04-02
*
Fix harmless compiler warnings in test code. No changes to the core.
drh
2011-08-25
*
Fix a test module comment typo reported on the mailing list.
drh
2010-10-31
*
Fix some compiler warnings under MSVC.
shaneh
2010-09-01
*
Add the "circle" test geometry callback to test_rtree.c. And tests for the same.
dan
2010-08-31
*
When generating sqlite3.h, append the contents of sqlite3rtree.h.
dan
2010-08-30
*
Add tests (and associated fixes) to restore coverage of rtree.c.
dan
2010-08-30
*
Add code to allow user-defined searches of r-tree tables. Still largely untes...
dan
2010-08-28