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:
authorAugust Mueller <gus@flyingmeat.com>2014-10-20 01:35:42 +0400
committerAugust Mueller <gus@flyingmeat.com>2014-10-20 01:35:42 +0400
commita2db0af530b5976e1a12d3ef675a7e7a42fd2b88 (patch)
tree1d48c154aed1de6be96d298ecbb000f90b868943
parentaa8fd46a6c0452447b3b1edfb27531029ddba63c (diff)
Cleanup and sdk fixes.
-rw-r--r--CHANGES_AND_TODO_LIST.txt3
-rw-r--r--fmdb.xcodeproj/project.pbxproj14
2 files changed, 11 insertions, 6 deletions
diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt
index f630cf0..ac242a7 100644
--- a/CHANGES_AND_TODO_LIST.txt
+++ b/CHANGES_AND_TODO_LIST.txt
@@ -3,6 +3,9 @@ Zip, nada, zilch. Got any ideas?
If you would like to contribute some code- awesome! I just ask that you make it conform to the coding conventions already set in here, and to add a couple of tests for your new code to fmdb.m. And of course, the code should be of general use to more than just a couple of folks. Send your patches to gus@flyingmeat.com.
+2013.10.19
+ Added a 'nextWithError:' to FMResultSet. Thanks to Roshan Muralidharan for the patch.
+
2014.09.10
New classes for exposing SQLite's FTS features. Thanks to Andrew Goodale for the code.
diff --git a/fmdb.xcodeproj/project.pbxproj b/fmdb.xcodeproj/project.pbxproj
index ff31a12..6dc450f 100644
--- a/fmdb.xcodeproj/project.pbxproj
+++ b/fmdb.xcodeproj/project.pbxproj
@@ -295,14 +295,14 @@
BF5D041A18416BB2008C5AA9 /* Tests */ = {
isa = PBXGroup;
children = (
- 3354379B19E71096005661F3 /* FMResultSetTests.m */,
- BF940F5A18417D490001E077 /* FMDBTempDBTests.h */,
- BF940F5B18417D490001E077 /* FMDBTempDBTests.m */,
- BF5D042018416BB2008C5AA9 /* FMDatabaseTests.m */,
- BFE55E121841C9A000CB3A63 /* FMDatabasePoolTests.m */,
- BFE55E141841D38800CB3A63 /* FMDatabaseQueueTests.m */,
BF940F5D18417DEA0001E077 /* FMDatabaseAdditionsTests.m */,
67CB1E2F19AD27D000A3CA7F /* FMDatabaseFTS3Tests.m */,
+ BFE55E121841C9A000CB3A63 /* FMDatabasePoolTests.m */,
+ BFE55E141841D38800CB3A63 /* FMDatabaseQueueTests.m */,
+ BF5D042018416BB2008C5AA9 /* FMDatabaseTests.m */,
+ BF940F5A18417D490001E077 /* FMDBTempDBTests.h */,
+ BF940F5B18417D490001E077 /* FMDBTempDBTests.m */,
+ 3354379B19E71096005661F3 /* FMResultSetTests.m */,
BF5D041B18416BB2008C5AA9 /* Supporting Files */,
);
path = Tests;
@@ -612,6 +612,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx10.9;
};
name = Debug;
};
@@ -631,6 +632,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
+ SDKROOT = macosx10.9;
};
name = Release;
};