Lines Matching refs:transaction
59 # wal-3.*: Test transaction rollback.
479 # Open a transaction and write to the database using [db]. Check that [db2]
480 # is still able to read the snapshot before the transaction was opened.
487 # Have [db] commit the transaction. Check that [db2] is now seeing the
495 # Have [db2] open a read transaction. Then write to the db via [db]. Check
513 # Have [db2] open a write transaction. Then attempt to write to the
516 # Then open a read-transaction with [db]. Commit the [db2] transaction
520 # Close the current [db] transaction. Open a new one. [db] can now write
543 # Open a read transaction with [db2]. Check that this prevents [db] from
676 # if frames must be written to the log file before a transaction is
904 # if a transaction is open on the database.
1019 # number of "padding" frames are appended to the log file when a transaction
1023 # a transaction that modifies 171 pages. In synchronous=NORMAL mode, this
1032 # transaction, then append as may frames as are required to extend the
1033 # log file so that no part of the next transaction will be written into
1034 # a disk-sector used by transaction just committed.
1317 db transaction { db eval {
1450 # transaction (because of an incremental or auto-vacuum), that no
1452 # of the commit. e.g. if a transaction reduces the size of a database
1454 # when committing the transaction. At one point such data was being