August Mueller 11 лет назад
Родитель
Сommit
a2db0af530
2 измененных файлов с 11 добавлено и 6 удалено
  1. 3 0
      CHANGES_AND_TODO_LIST.txt
  2. 8 6
      fmdb.xcodeproj/project.pbxproj

+ 3 - 0
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.
 

+ 8 - 6
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;
 		};