Lines Matching refs:is
4 # a legal notice, here is a blessing:
22 # 1.*: Test superlock on a rollback database. Test that once the db is
23 # superlocked, it is not possible for a second client to read from
27 # Test that once the db is superlocked, it is not possible to read,
37 # And returns SQLITE_BUSY if no busy handler is defined or the busy
40 # 6.*: Test that if a superlocked WAL database is overwritten, existing
42 # superlock is released.
58 do_catchsql_test 1.3 { SELECT * FROM t1 } {1 {database is locked}}
67 do_catchsql_test 2.3 { SELECT * FROM t1 } {1 {database is locked}}
68 do_catchsql_test 2.4 { INSERT INTO t1 VALUES(5, 6)} {1 {database is locked}}
75 do_catchsql_test 3.3 { SELECT * FROM t1 } {1 {database is locked}}
76 do_catchsql_test 3.4 { INSERT INTO t1 VALUES(5, 6)} {1 {database is locked}}
86 do_catchsql_test 4.3 { SELECT * FROM t1 } {1 {database is locked}}
87 do_catchsql_test 4.4 { INSERT INTO t1 VALUES(5, 6)} {1 {database is locked}}
124 do_test 5.$tn.4 { csql2 { SELECT * FROM t1 } } {1 {database is locked}}
127 } {1 {database is locked}}
141 } {1 {database is locked}}
145 } {1 {database is locked}}
149 } {1 {database is locked}}
186 # file is also exchanged.
243 # Vacuum with a size change is not allowed with the codec