1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

refix altertab.test

FossilOrigin-Name: db032156932fb0dcae5ffb7cbdfb711079daa595713fcb254f09f8ef90c81d95
This commit is contained in:
larrybr
2021-04-26 20:18:08 +00:00
parent f0ac29090b
commit ada2323d95
3 changed files with 9 additions and 9 deletions

View File

@@ -744,7 +744,7 @@ do_execsql_test 25.1 {
CREATE VIEW v3(b) AS WITH b AS (SELECT b FROM (SELECT * FROM t2)) VALUES(1);
}
ifcapable json1 {
ifcapable json1&&vtab {
do_catchsql_test 25.2 {
ALTER TABLE json_each RENAME TO t4;
} {1 {table json_each may not be altered}}