Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_rtree.c
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
7617e4a
Make sure the SQLITE_TCLAPI macro is always defined.
by mistachkin
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
4f03f41
Add the sqlite3_value_dup() and sqlite3_value_free() interfaces. Use
by drh
· 10 years ago
883ad04
First small steps toward brining trunk and apple-osx closer together.
by drh
· 10 years ago
65e6b0d
Add the sqlite3_rtree_query_callback() API to the RTree virtual table.
by drh
· 11 years ago
407ceeb
Add a missing '#include "tcl.h"' to test_rtree.c.
by drh
· 12 years ago
e84d8d3
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes.
by mistachkin
· 12 years ago
f439fbd
The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension
by drh
· 13 years ago
860e332
Fix harmless compiler warnings in test code. No changes to the core.
by drh
· 14 years ago
3308b6a
Fix a test module comment typo reported on the mailing list.
by drh
· 15 years ago
bd2aaf9
Fix some compiler warnings under MSVC.
by shaneh
· 15 years ago
18ec96b
Add the "circle" test geometry callback to test_rtree.c. And tests for the same.
by dan
· 15 years ago
c223b8f
When generating sqlite3.h, append the contents of sqlite3rtree.h.
by dan
· 15 years ago
7bddb75
Add tests (and associated fixes) to restore coverage of rtree.c.
by dan
· 15 years ago
9508daa
Add code to allow user-defined searches of r-tree tables. Still largely untested.
by dan
· 15 years ago