Lines Matching refs:transaction
186 # This block of tests - savepoint-3.* - test that when a transaction
188 # And that when a transaction savepoint is released, they are released.
195 execsql { SAVEPOINT "transaction" }
205 execsql { ROLLBACK TO "transaction" }
215 execsql { RELEASE "transaction" }
337 # Open a savepoint transaction and insert a row into the database. Then,
338 # using a second database handle, open a read-only transaction on the
339 # database file. Check that the savepoint transaction cannot be committed
340 # until after the read-only transaction has been closed.
344 # As above, except that the savepoint transaction can be successfully
345 # committed before the read-only transaction has been closed.
619 # a savepoint is open (it is not possible if any transaction is open).
622 # a transaction.