|
|
@@ -206,11 +206,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
an exclusive transaction, not a deferred transaction. This behavior
|
|
|
is likely to change in future versions of FMDB, whereby this method
|
|
|
will likely eventually adopt standard SQLite behavior and perform
|
|
|
- deferred transactions.
|
|
|
-
|
|
|
- If you really need exclusive tranaction, it is recommended that you
|
|
|
- use `inExclusiveTransaction`, instead, not only to make your intent
|
|
|
- explicit, but also to future-proof your code.
|
|
|
+ deferred transactions. If you really need exclusive tranaction, it is
|
|
|
+ recommended that you use `inExclusiveTransaction`, instead, not only
|
|
|
+ to make your intent explicit, but also to future-proof your code.
|
|
|
*/
|
|
|
|
|
|
- (void)inTransaction:(__attribute__((noescape)) void (^)(FMDatabase *db, BOOL *rollback))block;
|