Lines Matching refs:transaction
70 # shared-2.*: Test that a read transaction can co-exist with a
71 # write-transaction, including a simple test to ensure the
82 # shared-11.*: Test transaction locking.
105 # Have the first connection begin a transaction and obtain a read-lock
125 # Using connection 2 (the one without the open transaction), try to create
126 # a new table. This should fail because of the open read transaction
133 # Upgrade connection 1's transaction to a write transaction. Create
135 # transaction modifies the schema, it should not be possible for
137 # has finished the transaction.
145 # transaction). Then test that we can not do this with connection 2. This
156 # Commit the connection 1 transaction.
188 # Turn db's transaction into a write-transaction. db3 should still be
193 # has started a write-transaction on db2 (should this be so?). This
194 # would prevent connection db from starting a write-transaction. So roll the
195 # db2 transaction back and replace it with a new read transaction.
212 # Commit the open transaction on db. db2 still holds a read-transaction.
332 # Open a read-transaction and read from table abc via handle 2. Check that
358 # Cleanup: commit the transaction opened by db2.
364 # Open a write-transaction using handle 1 and modify the database schema.
786 # Open a read-transaction with the first connection, a write-transaction
814 # Close the connection with the write-transaction open
818 # Test that the db2 transaction has been automatically rolled back.
834 # Commit the (read-only) db transaction. Check via db3 to make sure the
844 # Commit the external transaction.
870 } {1 {cannot start a transaction within a transaction}}