Lines Matching refs:db2
95 forcedelete test.db2 test.db2-wal
96 forcecopy test.db test.db2
97 sqlite3 db2 test.db2
98 execsql { SELECT sum(length(y)) FROM t1 } db2
102 db2 close
103 forcecopy test.db test.db2
104 forcecopy test.db-wal test.db2-wal
105 sqlite3 db2 test.db2
106 execsql { SELECT sum(length(y)) FROM t1 } db2
110 execsql { PRAGMA integrity_check } db2
112 db2 close
143 forcedelete test.db2 test.db2-wal
144 forcecopy test.db test.db2
145 sqlite3 db2 test.db2
146 execsql { SELECT sum(length(y)) FROM t1 } db2
150 db2 close
151 forcecopy test.db-wal test.db2-wal
152 sqlite3 db2 test.db2
153 execsql { SELECT sum(length(y)) FROM t1 } db2
157 execsql { PRAGMA integrity_check } db2
159 db2 close