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
path: root/src
AgeCommit message (Expand)Author
2017-06-03Version 2.7.1Robert M. Ryan
2017-06-03Explicit NSNumber pointer checkRobert M. Ryan
2017-06-03Update long types ...Robert M. Ryan
2017-05-23Remove Swift VariadicRobert M. Ryan
2017-05-23Implement propertiesRobert M. Ryan
2017-05-20Removed ivars from public interfacesRobert M. Ryan
2017-01-122.7Robert M. Ryan
2016-11-15Patched minor compilation warning for NDEBUG-defined buildsMichal Zelinka
2016-11-14Added feature-conditional statements for `-finalize` method to prevent use wh...Michal Zelinka
2016-09-22Merge pull request #536 from robertmryan/masterAugust "Gus" Mueller
2016-09-22Add extended error codeRobert M. Ryan
2016-09-22Update commentsRobert M. Ryan
2016-06-08Reapplied [cbc4188] (Added interrupt method to cancel/interrupt pending datab...Evan D. Schoenberg, M.D
2016-04-06Code formattingPierre Bernard
2016-04-05Support for custom database class and vfsNamePierre Bernard
2016-04-05Use custom db class when re-opening databasePierre Bernard
2016-03-22Code cleanupAugust Mueller
2016-03-02CleanupAugust Mueller
2016-02-27Fix multiple-selector warningMarco Arment
2016-02-04Improve FTS tokenization performanceAnton Sotkov
2016-01-20Bump versionRobert M. Ryan
2016-01-20Simplify savepoint codeRobert M. Ryan
2016-01-20Fix step error handlingRobert M. Ryan
2015-12-29Version 2.6Robert M. Ryan
2015-12-04Use pre-processor fanciness to conditionalize SQLite importsBlake Watters
2015-12-04Use system import for FMDatabaseBlake Watters
2015-11-10Update sqlcipher linksRobert M. Ryan
2015-10-30Add renditions of executeQuery and executeUpdate that throw errors in SwiftRobert M. Ryan
2015-10-28Merge pull request #419 from Fjohn666/patch-1August "Gus" Mueller
2015-10-27Update Swift commentsRobert M. Ryan
2015-10-23swift framwork module compatibilityFjohn666
2015-10-23swift framwork module compatibilityFjohn666
2015-10-03Compiler warning cleanup for extra flags.Skylar Schipper
2015-08-18Fix tokenization in FTS3 if the tokenizer shortens the input (as most tokeniz...Evan D. Schoenberg, M.D
2015-08-03Revert "Framework branch"revert-394-frameworkAugust "Gus" Mueller
2015-08-02Fix version number checksRobert M. Ryan
2015-08-02Modified to support using frameworkRobert M. Ryan
2015-06-30SyntaxJonathan Gander
2015-06-26Check block parameter after Facebook Infer analyzeJonathan Gander
2015-06-10rename open with vfs method, add tests for custom vfsStefan Sechelmann
2015-05-31add database open with VSF virtual file systemStefan Sechelmann
2015-05-04Swift 1.2 stuff.August Mueller
2015-03-23Update FMDatabase.mSimon Harris
2015-01-25Fix note in executeQuery documentationRob Ryan
2015-01-24version bump.v2.5August Mueller
2015-01-24Weird merge from robertmryan-masterAugust Mueller
2015-01-21Merge branch 'module_name' of git://github.com/stephanheilner/fmdb into steph...August Mueller
2015-01-17Correct reported FMDB versionClemens Gruber
2015-01-14Don't force custom tokenizer module nameStephan Heilner
2015-01-13Quick fix, thanks to @kangchuhAugust Mueller