We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967c03a commit ecc89c1Copy full SHA for ecc89c1
include/SQLiteCpp/Transaction.h
@@ -38,7 +38,7 @@ enum class TransactionBehavior {
38
* or if it fails, all the changes are rolled back to the initial state.
39
*
40
* Resource Acquisition Is Initialization (RAII) means that the Transaction
41
- * begins in the constructor and is rollbacked in the destructor, so that there is
+ * begins in the constructor and is rolled back in the destructor (unless comitted before), so that there is
42
* no need to worry about memory management or the validity of the underlying SQLite Connection.
43
44
* This method also offers big performances improvements compared to individually executed statements.
0 commit comments