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
AgeCommit message (Expand)Author
2014-04-24Updated podspec for a tag that doesn't exist yet.executeStatementsAugust Mueller
2014-04-24Added a version to the code, and added an API to it as well.August Mueller
2014-04-24Notes, and a version number!August Mueller
2014-04-24Removed FMDatabaseSplitter, since it's no longer needed and cleaned up some c...August Mueller
2014-04-24Removed some tests from main.m (since I want to remove them all eventually in...August Mueller
2014-04-24sshhhh clang, it'll be alright.August Mueller
2014-04-23Notes and renames.August Mueller
2014-04-23Deprecation of a method, because its name sucked.August Mueller
2014-04-23Cleanup and little changes.August Mueller
2014-04-23Merge branch 'master' of git://github.com/robertmryan/fmdb into robertmryan-m...August Mueller
2014-04-21Only run appledoc on the .h files.robertmryan
2014-04-18Added pragma mark because FMDatabase was getting a little hairy, and it makes...Rob Ryan
2014-04-18Updated appledoc headersRob Ryan
2014-04-17Add `FMDB` prefix to callback typerobertmryan
2014-04-17Updated test cases for executeBulkSQLrobertmryan
2014-04-17Fix FMDBQuickCheck for bulk testrobertmryan
2014-04-17Update documentationrobertmryan
2014-04-17Add `executeBulkSQL` methodsrobertmryan
2014-04-16Merge pull request #250 from OpenFibers/masterAugust "Gus" Mueller
2014-04-16added appledoc-style documentation to headers of FMSQLStatementSplitteropenthread
2014-04-16README updated for FMSQLStatementSplitter usageopenthread
2014-04-16added an example for using FMSQLStatementSplitter in main.mopenthread
2014-04-16fixed warnings in `FMStatementSplitter` when compiling for mac 64-bitopenthread
2014-04-14Update contrib stuff.August Mueller
2014-04-09Notes on what's going on today.busyloopbackAugust Mueller
2014-04-09Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopbackAugust Mueller
2014-04-09notes.August Mueller
2014-04-09Moved some stuff around.August Mueller
2014-04-07added batch sql splitteropenthread
2014-03-15Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopbackAugust Mueller
2014-03-15Merge pull request #240 from robertmryan/masterAugust "Gus" Mueller
2014-03-10Update podspecrobertmryan
2014-03-10Create FMDB.h to include all the standard includes; moved framework code into...robertmryan
2014-03-01Discovered sqlite3_busy_handler, and got to kill some ivars and code. busyTi...August Mueller
2014-02-12Adding back in a loop for catching database busy errors. It needs to be adde...August Mueller
2014-01-30Merge pull request #229 from pietrasm/masterAugust "Gus" Mueller
2014-01-24Added a static library for iOS.Michal Pietras
2014-01-20More notes to self.ccgus
2014-01-20Cleanup, and then while debugging a test, noticed that sqlite3_busy_timeout d...ccgus
2014-01-20Merge pull request #225 from DanOranges/masterAugust "Gus" Mueller
2014-01-20Removed an unnecessary header comment in FMDatabaseAdditions.h.DanOrange
2014-01-18Added in support for userVersion propertyDanOrange
2014-01-18Fixed [FMDatabase openWithFlags:] so it does not reopen the db unnecessarilyDanOrange
2014-01-18Contribs and notes.ccgus
2014-01-18Merge pull request #224 from mikeash/masterAugust "Gus" Mueller
2014-01-18I hate tabs.ccgus
2014-01-18Merge pull request #223 from hartdev/masterAugust "Gus" Mueller
2014-01-17Fixed consistency problems with errorsOnCrashDavid Hart
2014-01-17Add a deadlock check to -[FMDatabaseQueue inDatabase:]Mike Ash
2014-01-13Merge pull request #220 from robertmryan/master2.2-podAugust "Gus" Mueller