Lines Matching refs:test2
32 file delete -force test2.db
33 file delete -force test2.db-journal
34 sqlite db2 test2.db
40 ATTACH 'test2.db' AS t2;
55 # lock test2.db then try to attach it. Should get an error.
58 ATTACH 'test2.db' AS t2;
62 # make sure test2.db did not get attached.
66 # unlock test2.db and try to attach again. should work this time.
69 ATTACH 'test2.db' AS t2;
81 # lock test2.db and try to read from it. should get an error.
88 # but we can still read from test1.db even though test2.db is locked.
94 # start a transaction on test.db even though test2.db is locked.
106 # now try to write to test2.db. the write should fail
130 set rc [catch {sqlite_compile $DB "ATTACH 'test2.db' AS t2" TAIL} VM]
146 file delete -force test2.db