1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Test cases to improve coverage of rtree module. Fixes associated with the same.

FossilOrigin-Name: 865cec04e4d814f63fb71feb67de7f06f8d54035
This commit is contained in:
dan
2010-08-25 17:53:17 +00:00
parent f7b5f855d7
commit 92e01aafe1
7 changed files with 265 additions and 60 deletions

View File

@ -23,7 +23,7 @@ ifcapable !rtree {
}
set ::NROW 2500
if {[info exists ISQUICK] && $ISQUICK} {
if {[info exists G(isquick)] && $G(isquick)} {
set ::NROW 250
}