Lines Matching refs:db1
35 # 1.0: Open connection [db1] and populate the database.
42 # close db1 and check that db2 still works. This shows that closing
43 # db1 did not reset the in-memory schema.
51 sqlite3 db1 test.db
52 db1 func roman roman
61 } db1
65 sqlite3_db_config db1 DEFENSIVE 0
71 } db1
75 execsql { SELECT * FROM v1 } db1
85 db1 close
111 foreach db {db1 db2 db3 db4} { catch { $db close } }