Index: test/json102.test ================================================================== --- test/json102.test +++ test/json102.test @@ -135,10 +135,11 @@ } {{1}} 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 ('Alice','["919-555-2345","804-555-3621"]'), ('Bob','["201-555-8872"]'), @@ -231,8 +232,8 @@ SELECT DISTINCT json_extract(big.json,'$.id') FROM big, json_tree(big.json) WHERE json_tree.key='uuid' AND json_tree.value='6fa5181e-5721-11e5-a04e-57f3d7b32808'; } {123} - +} ;# end ifcapable vtab finish_test