Lines Matching refs:db1
37 sqlite3 db1 test.db
40 db1 eval {
52 db1 eval {
59 db1 eval {
66 db1 close
73 sqlite3 db1 test.db
79 db1 eval {
88 db1 eval {
91 db1 close
122 # db1: main(test.db), two(test2.db)
125 # The cache for test.db is shared between db1 and db2.
129 sqlite3 db1 test.db -vfs tvfs
130 db1 eval { ATTACH 'test.db2' AS two }
132 db1 eval {
146 # in test.db. Meanwhile, start a transaction on db1 that changes
151 db1 eval {
159 # schema change when db1 accesses the journal file of test2.db.
183 do_test 2.3 { db1 eval ROLLBACK } {}
193 db1 close