Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tests/FMDBTempDBTests.m4
-rwxr-xr-xsrc/fmdb/FMDatabasePool.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/Tests/FMDBTempDBTests.m b/Tests/FMDBTempDBTests.m
index bb759df..035f8ab 100644
--- a/Tests/FMDBTempDBTests.m
+++ b/Tests/FMDBTempDBTests.m
@@ -8,8 +8,8 @@
#import "FMDBTempDBTests.h"
-static NSString *const testDatabasePath = @"/tmp/tmp.db";
-static NSString *const populatedDatabasePath = @"/tmp/tmp-populated.db";
+static NSString *const testDatabasePath = @"/private/tmp/tmp.db";
+static NSString *const populatedDatabasePath = @"/private/tmp/tmp-populated.db";
@implementation FMDBTempDBTests
diff --git a/src/fmdb/FMDatabasePool.h b/src/fmdb/FMDatabasePool.h
index 952fcd9..341c05f 100755
--- a/src/fmdb/FMDatabasePool.h
+++ b/src/fmdb/FMDatabasePool.h
@@ -38,7 +38,7 @@ NS_ASSUME_NONNULL_BEGIN
/** Delegate object */
-@property (atomic, assign, nullable) id delegate;
+@property (atomic, unsafe_unretained, nullable) id delegate;
/** Maximum number of databases to create */