Lines Matching refs:test1
426 foreach db [list test.db test1.db test2.db test3.db] {
433 ATTACH 'test1.db' AS test1;
440 ATTACH 'test1.db' AS test1;
445 CREATE TABLE test1.t1(a, b);
446 CREATE INDEX test1.i1 ON t1(a, b);
452 CREATE VIEW test1.v1 AS SELECT * FROM t1;
459 CREATE TRIGGER test1.trig1 AFTER INSERT ON t1 BEGIN
492 SELECT * FROM sqlite_master UNION ALL SELECT * FROM test1.sqlite_master
1130 forcedelete test1.db test2.db
1131 sqlite3 db1 file:test1.db?mode=memory -uri 1
1141 file exists test1.db
1151 sqlite3 db test1.db
1158 sqlite3 db1 test1.db -uri 1 -readonly 1