1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Bring test cases into alignment with the latest enhancements.

FossilOrigin-Name: cd017c28d516399e25b5ee9e8fcd7390ca2be9128c7c41f1007f37bc01a35717
This commit is contained in:
drh
2024-02-07 19:52:03 +00:00
parent 204b41955e
commit 722bd1fe89
4 changed files with 11 additions and 10 deletions

View File

@ -16,6 +16,7 @@ if {![info exists testdir]} {
}
source $testdir/tester.tcl
set testprefix rtreeJ
ifcapable !rtree { finish_test ; return }
do_execsql_test 1.0 {
CREATE VIRTUAL TABLE t1 USING rtree(id, x1, x2);