mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -04:00
fix wording
This commit is contained in:
parent
967c03aea9
commit
ecc89c1f35
@ -38,7 +38,7 @@ enum class TransactionBehavior {
|
||||
* or if it fails, all the changes are rolled back to the initial state.
|
||||
*
|
||||
* Resource Acquisition Is Initialization (RAII) means that the Transaction
|
||||
* 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
|
||||
* no need to worry about memory management or the validity of the underlying SQLite Connection.
|
||||
*
|
||||
* This method also offers big performances improvements compared to individually executed statements.
|
||||
|
Loading…
x
Reference in New Issue
Block a user