From e662a135d139be00d9539517df0976318adbdfa1 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Wed, 26 Aug 2020 23:31:54 +0200 Subject: release 1.4.0 --- testdata/tcl/where.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testdata/tcl/where.test') diff --git a/testdata/tcl/where.test b/testdata/tcl/where.test index 26bf3a0..9b072da 100644 --- a/testdata/tcl/where.test +++ b/testdata/tcl/where.test @@ -1496,8 +1496,8 @@ do_execsql_test where-25.0 { INSERT INTO t2 VALUES(3, 'three', 'iii'); PRAGMA writable_schema = 1; - UPDATE sqlite_master SET rootpage = ( - SELECT rootpage FROM sqlite_master WHERE name = 'i2' + UPDATE sqlite_schema SET rootpage = ( + SELECT rootpage FROM sqlite_schema WHERE name = 'i2' ) WHERE name = 'i1'; } db close @@ -1524,8 +1524,8 @@ do_execsql_test where-25.3 { INSERT INTO t2 VALUES(3, 'three', 'iii'); PRAGMA writable_schema = 1; - UPDATE sqlite_master SET rootpage = ( - SELECT rootpage FROM sqlite_master WHERE name = 'i2' + UPDATE sqlite_schema SET rootpage = ( + SELECT rootpage FROM sqlite_schema WHERE name = 'i2' ) WHERE name = 'i1'; } db close -- cgit v1.2.3-70-g09d2