3 # The author disclaims copyright to this source code. In place of
4 # a legal notice, here is a blessing:
6 # May you do good and not evil.
7 # May you find forgiveness for yourself and forgive others.
8 # May you share freely, never taking more than you give.
10 #***********************************************************************
14 source [file join [file dirname [info script]] rbu_common.tcl]
25 CREATE TABLE t1(a PRIMARY KEY, b, c);
28 CREATE TABLE data_t1(a, b, c, rbu_control);
29 INSERT INTO data_t1 VALUES(1, 2, 3, 0);
30 INSERT INTO data_t1 VALUES(4, 5, 6, 0);
31 INSERT INTO data_t1 VALUES(7, 8, 9, 0);
44 proc xLog {err msg} { lappend ::errlog $err }
46 run_rbu test.db rbu.db
51 } {SQLITE_NOTICE_RECOVER_WAL SQLITE_INTERNAL}