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-18ARCifiedsqlite3_execstuffAugust Mueller
2014-04-17executeBatch:withRowResultBlock:August Mueller
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
2014-01-12Change the use of #if / #endif so that Xcode document items pop over doesn’...robertmryan
2014-01-08Cleanup and contribs.August Mueller
2014-01-07Header fix.ccgus
2014-01-07Might help to export the retry timeout interface for the tests! Also, new te...ccgus
2014-01-07improve type detect in FMDatabase.bindObject:obj when obj is a NSNumberimoldman
2014-01-01CleanupbusyTimeoutAugust Mueller
2013-12-18Fix for issue #211: Add 'databasePool:didAddDatabase:' method to FMDatabasePo...Timur Islamgulov
2013-12-10Notes on what's been going on.ccgus
2013-12-10Merge branch 'master' of github.com:ccgus/fmdb into busyTimeoutccgus
2013-12-10Merge branch 'testcases' of git://github.com/GrahamDennis/fmdb into GrahamDen...ccgus
2013-12-10Cleanupccgus
2013-12-10Merge pull request #213 from 5at5ish/masterAugust "Gus" Mueller
2013-12-10Merge pull request #206 from GrahamDennis/dispatch-arc-simplifyAugust "Gus" Mueller
2013-12-05Fix for issue #203: Add 'databaseClass' class method for FMDatabaseQueue. Sub...Timur Islamgulov
2013-12-03if DEBUG is defined, then you'll get a little more info when you've got open ...ccgus
2013-11-29Fix -[FMDatabaseTests testApplicationID]Graham Dennis