From 5e987e0c147ad505a70d42ce92d29870d8704313 Mon Sep 17 00:00:00 2001 From: August Mueller Date: Wed, 9 Apr 2014 11:14:20 -0700 Subject: Notes on what's going on today. --- CHANGES_AND_TODO_LIST.txt | 1 + fmdb.xcodeproj/project.pbxproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES_AND_TODO_LIST.txt b/CHANGES_AND_TODO_LIST.txt index 849bcb8..0871602 100644 --- a/CHANGES_AND_TODO_LIST.txt +++ b/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 diff --git a/fmdb.xcodeproj/project.pbxproj b/fmdb.xcodeproj/project.pbxproj index 438c8bc..4c54618 100644 --- a/fmdb.xcodeproj/project.pbxproj +++ b/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 */, ); -- cgit v1.2.3