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

Disable join8.test if the build lacks support for virtual tables.

FossilOrigin-Name: 94e1916a2f594e6b8a54734027deb99688244d05cefb3c78f23afab49af1e08f
This commit is contained in:
drh
2022-04-21 23:01:24 +00:00
parent 11140addbb
commit abb4e7598c
3 changed files with 11 additions and 7 deletions

View File

@ -14,6 +14,10 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
ifcapable !vtab {
finish_test
}
db null NULL
do_execsql_test join8-10 {
CREATE TABLE t1(a,b,c);