Lines Matching refs:handle
282 # 3. It is not possible to compile a statement while another handle has a
314 # Sanity check: Create a table in ./test.db via handle db, and test that handle
315 # db2 can "see" the new table immediately. A handle using a seperate pager
332 # Open a read-transaction and read from table abc via handle 2. Check that
333 # handle 1 can read table abc. Check that handle 1 cannot modify table abc
334 # or the database schema. Then check that handle 1 can modify table def.
364 # Open a write-transaction using handle 1 and modify the database schema.
366 # database via handle 2 (fails to get the lock on sqlite_master). Also
367 # try to compile a read of the same database using handle 2 (also fails).
368 # Finally, compile a read of the other database using handle 2. This
374 # via handle 1.
384 # via handle 2.
963 # database handle. This covers an extra line or two.