1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Disable tests for json_each() and json_tree() on builds where

virtual tables are not supported

FossilOrigin-Name: bb8ee3b140a0a8b7c89f5debf22369f204ceef0b
This commit is contained in:
drh
2015-09-10 15:22:35 +00:00
parent b1031f05e0
commit e6f5278c9a
3 changed files with 9 additions and 8 deletions

View File

@@ -137,6 +137,7 @@ do_execsql_test json102-480 {
SELECT json_valid('{"x":35'); -- }
} {{0}}
ifcapable vtab {
do_execsql_test json102-500 {
CREATE TABLE user(name,phone);
INSERT INTO user(name,phone) VALUES
@@ -233,6 +234,6 @@ do_execsql_test json102-632 {
WHERE json_tree.key='uuid'
AND json_tree.value='6fa5181e-5721-11e5-a04e-57f3d7b32808';
} {123}
} ;# end ifcapable vtab
finish_test