Update comments for online documentation

This commit is contained in:
Robert M. Ryan 2017-10-24 00:21:37 -07:00
parent cb92845077
commit 1da3a20b00
3 changed files with 9 additions and 15 deletions

View File

@ -690,11 +690,9 @@ typedef NS_ENUM(int, FMDBCheckpointMode) {
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 `beginExclusiveTransaction`, 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 `beginExclusiveTransaction`, instead, not
only to make your intent explicit, but also to future-proof your code.
*/

View File

@ -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;

View File

@ -210,11 +210,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.
*/