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-01-24Added a static library for iOS.Michal Pietras
2014-01-07Might help to export the retry timeout interface for the tests! Also, new te...ccgus
2013-11-24Add a .travis.yml file to use Travis CI for automated testing.Graham Dennis
2013-11-24Converting fmdb.m to XCTest tests.Graham Dennis
2013-08-06Removed redundant Foundation.framework referencerobertmryan
2013-08-06Reordered the sequence of source files into a more logical orderrobertmryan
2013-06-02Added README.markdown to project to make it easier to review/editrobertmryan
2013-05-25Updated project settings, and compiler warning fixes.v2.1ccgus
2013-05-24Fixed a problem where executeUpdateWithFormat: + %@ as a placeholder and the ...ccgus
2013-03-23Fixed a crasher in the test file.August Mueller
2012-08-08Notes and SDK changes.ccgus
2012-07-24Marked the properties as atomic, since that is what they were by default.August Mueller
2012-06-17Fixed a bunch of warnings that would come up with certain compiler options.August Mueller
2012-04-28Quick update on a little test.ccgus
2012-02-11Got rid of the pop and pull from the database pool- too dangerous! Updated r...threadtestsccgus
2012-02-11Took out FMDatabasePool from the readme, moved those docs to its header. I r...ccgus
2011-12-24Added some macros so that FMDB can be used in ARC and non-ARC'd projects.August Mueller
2011-12-11Whoops, don't want these two files as part of the distributionAugust Mueller
2011-12-09Fixed a bug of closed db and did some pool optimizationsSriram Patil
2011-11-30Project updates.August Mueller
2011-11-30buggaccgus
2011-06-25added support for savepoints (a kind of nested transaction)ccgus
2011-06-24Another stab at doing things and making threads happy.August Mueller
2011-02-05um.... i hate git?August Mueller
2011-02-04Merge upstreamPascal Pfiffner
2011-02-04Opens a :memory: database if databasePath is nilPascal Pfiffner
2010-12-28Fixed some compiler warnings.August Mueller
2010-12-18Added static library targetPascal Pfiffner
2010-11-30Added and updated some new methods to take NSError** params.ccgus
2010-09-19The signature for FMDatabase's executeQuery* methods now return FMResultSet i...August Mueller
2010-08-20Backing out that last change- turns out there's an attribute you can give a m...August Mueller
2010-07-07Initial import.ccgus