Home | History | Annotate | Download | only in history

Lines Matching full:transaction

11 #include "app/sql/transaction.h"
64 // Scope initialization in a transaction so we can't be partially initialized.
65 sql::Transaction transaction(&db_);
66 transaction.Begin();
119 if (!transaction.Commit()) {
233 "Can not have a transaction when vacuuming.";
639 // Can't attach within a transaction.
650 // Keep the transaction open, even though we failed.
692 // Reopen the transaction.