mathgl 发表于 2013-1-13 00:57:26

sqlite3 and R-tree

enable R-tree feature by adding following clause when compiling sqlite3 in win32:
 
/D "SQLITE_ENABLE_RTREE=1"
 
 
页: [1]
查看完整版本: sqlite3 and R-tree