Browse Source

Notes on what's going on today.

August Mueller 11 years ago
parent
commit
5e987e0c14
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGES_AND_TODO_LIST.txt
  2. 1 1
      fmdb.xcodeproj/project.pbxproj

+ 1 - 0
CHANGES_AND_TODO_LIST.txt

@@ -4,6 +4,7 @@ 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.
 
 2014.04.09
+    Added back in busy handler code after a brief hiatus (check out the 2013.12.10 notes).  But now doing so with sqlite3_busy_handler instead of while loops in the various execution places.
     Added some new optional classes that will help with doing batch updates  - check out FMSQLStatementSplitter.h for more info.
 
 2014.03.08

+ 1 - 1
fmdb.xcodeproj/project.pbxproj

@@ -196,7 +196,6 @@
 			children = (
 				8314AF3018CD737D00EC0E25 /* fmdb */,
 				CC7CE42518F5C02E00938264 /* optional extras */,
-				CC7CE42918F5C05800938264 /* FMStatementSplitter */,
 				8314AF3118CD739500EC0E25 /* sample */,
 			);
 			name = Source;
@@ -295,6 +294,7 @@
 		CC7CE42518F5C02E00938264 /* optional extras */ = {
 			isa = PBXGroup;
 			children = (
+				CC7CE42918F5C05800938264 /* FMStatementSplitter */,
 				CC7CE42618F5C04600938264 /* FMDatabase+InMemoryOnDiskIO.h */,
 				CC7CE42718F5C04600938264 /* FMDatabase+InMemoryOnDiskIO.m */,
 			);