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-04-09 22:14:20 +0400
committerAugust Mueller <gus@flyingmeat.com>2014-04-09 22:14:20 +0400
commit5e987e0c147ad505a70d42ce92d29870d8704313 (patch)
treed8d162d689a2444679656af760c3fbbd4e24a9c1
parent3ffd3dc42c1dc80b9e1556c924eaa4962b489b37 (diff)
Notes on what's going on today.busyloopback
-rw-r--r--CHANGES_AND_TODO_LIST.txt1
-rw-r--r--fmdb.xcodeproj/project.pbxproj2
2 files changed, 2 insertions, 1 deletions
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 */,
);