Skip to content

Commit

Permalink
Sandbox updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Nov 4, 2011
1 parent 2ae7b82 commit 1c8a0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FMDatabasePool.m
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ - (void)inDeferredTransaction:(void (^)(FMDatabase *db, BOOL *rollback))block {
- (void)inTransaction:(void (^)(FMDatabase *db, BOOL *rollback))block {
[self beginTransaction:NO withBlock:block];
}

#if SQLITE_VERSION_NUMBER >= 3007000
- (NSError*)inSavePoint:(void (^)(FMDatabase *db, BOOL *rollback))block {

static unsigned long savePointIdx = 0;
Expand Down Expand Up @@ -222,6 +222,6 @@ - (NSError*)inSavePoint:(void (^)(FMDatabase *db, BOOL *rollback))block {

return err;
}

#endif

@end

0 comments on commit 1c8a0ef

Please sign in to comment.