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
2021-03-25Add typeForColumn functionsRobert Ryan
2020-05-06Allow rebinding of values for prepared queriesRobert Ryan
2020-04-23Version bump for the SPM2.7.6August Mueller
2018-09-18Version bump.2.7.5August Mueller
2017-10-24Update transactionsRobert M. Ryan
2017-10-21Bump version to 2.7.3Robert M. Ryan
2017-06-10Version 2.7.22.7.2Robert M. Ryan
2017-06-03Version 2.7.1Robert M. Ryan
2017-05-26Update change logv2.7Robert M. Ryan
2015-12-29Version 2.6Robert M. Ryan
2015-10-30Add renditions of executeQuery and executeUpdate that throw errors in SwiftRobert M. Ryan
2015-01-24Weird merge from robertmryan-masterAugust Mueller
2014-10-20Cleanup and sdk fixes.August Mueller
2014-09-10Moved some files around.August Mueller
2014-07-03Fix typo, should be FMDB.h not .mDale Jefferson
2014-04-23Notes and renames.August Mueller
2014-04-21Only run appledoc on the .h files.robertmryan
2014-04-14Update contrib stuff.August Mueller
2014-04-09Notes on what's going on today.busyloopbackAugust Mueller
2014-04-09notes.August Mueller
2014-03-10Create FMDB.h to include all the standard includes; moved framework code into...robertmryan
2014-01-18Contribs and notes.ccgus
2013-12-10Notes on what's been going on.ccgus
2013-10-22Graham Dennis gets some props.August Mueller
2013-10-22Fixed a problem where having statement caching turned on would cause issues w...August Mueller
2013-10-16Added methods that expose va_list argumentsccgus
2013-09-26Logs errors is now turned on by default. It's easy to turn off, and if you'r...ccgus
2013-06-26Typographical edit regarding `NS_FORMAT_FUNCTION` changerobertmryan
2013-06-26Added `NS_FORMAT_FUNCTION` qualifier to `executeQueryWithFormat` and `execute...robertmryan
2013-06-04Moved comments from README to CHANGESRob Ryan
2013-05-25Baked in support for the new application_id pragma in SQLite version 3.7.17:ccgus
2013-05-25Little test for the latest fix.ccgus
2013-05-24Fixed a problem where executeUpdateWithFormat: + %@ as a placeholder and the ...ccgus
2013-05-24Merged in Chris Wright's date format additions to FMDatabase.ccgus
2013-04-17Cleanup.August Mueller
2013-02-20Updated credits and changes file.August Mueller
2013-02-05Added a new addition which can be used for reading and writing on disk databa...ccgus
2013-02-01Cleanup of some code + notes on what is going onAugust Mueller
2012-12-17Now resetting cached statements before executing a query on them (as well as ...ccgus
2012-12-13Changed up how the binding count is calculated when passing a dictionary for ...ccgus
2012-11-23Added keyed and indexed subscript support to FMResultSet- so you can do use t...ccgus
2012-08-08Notes and SDK changes.ccgus
2012-06-01Changed up the behavior of binding empty NSData objects ([NSData data]). It ...ccgus
2012-05-26Deprecated columnExists:columnName: in favor of columnExists:inTableWithName:ccgus
2012-03-22Fixed a problem with getTableSchema: not working with table names that start ...August Mueller
2012-02-11Got rid of the pop and pull from the database pool- too dangerous! Updated r...threadtestsccgus
2012-02-07How the hell did all these tabs get in hereā€¦August Mueller
2012-01-10Added the ability to make custom sqlite functions from blocks.August Mueller
2011-07-15Changed FMDatabase's "- (BOOL)update:(NSString*)sql error:(NSError**)outErr b...August Mueller
2011-07-14Added parameter support.August Mueller