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
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
2012-02-10Added a note to the queue class, about how it would be awesome to use DISPATC...August Mueller
2012-02-09Fixes for ARC + the latest llvm.August Mueller
2012-02-08Fixes for ARCccgus
2012-02-08"Unlike with dispatch_async, no retain is performed on the target queue"ccgus
2012-02-07How the hell did all these tabs get in hereā€¦August Mueller
2012-02-03NSAssert fixes for building on older sdks.ccgus
2012-01-10Added the ability to make custom sqlite functions from blocks.August Mueller
2012-01-05Updated the readme to point to the sqlite faq as well.August Mueller
2011-12-24Fixed some formatting issues.August Mueller
2011-12-24Added some macros so that FMDB can be used in ARC and non-ARC'd projects.August Mueller
2011-12-22executeUpdate: wasn't returning the correct value when a bad query went though.August Mueller
2011-12-20Added an access method for the database, so you can do configuration stuff on...August Mueller
2011-12-11Added Sriram Patil to the contributors list, for some good bug catches he found.August Mueller
2011-12-11Whoops, don't want these two files as part of the distributionAugust Mueller
2011-12-11Merge pull request #40 from srirampatil/threadtestsAugust "Gus" Mueller
2011-12-09Fixed a bug of closed db and did some pool optimizationsSriram Patil
2011-12-09Gotta put a close on a queue as well. Otherwise you'll go boom.August Mueller
2011-11-30Project updates.August Mueller
2011-11-30Added a warning if there are result sets open when using the database queue.August Mueller
2011-11-30Added a close method to the database queueAugust Mueller
2011-11-30buggaccgus
2011-11-30More exampleccgus
2011-11-30Added a new class that works as a queue for queries and updates, instead of a...ccgus
2011-11-04Sandbox updates.ccgus
2011-11-04Oh, just a little refactor.August Mueller
2011-10-12Include fixes, and making an exception thrown when a query is used in execute...ccgus
2011-09-01Edited README.markdown via GitHubAugust "Gus" Mueller
2011-08-21Added __weak ivar support for the database pool if you're on 10.7 or later.August Mueller
2011-08-20added a warning as a note to myself to make _pool a weak ivar.ccgus
2011-08-03Quick little test.August Mueller
2011-07-22The setting to crash on errors actually crashes now (by way of calling abort)...August Mueller
2011-07-19Took out a leftover debug statement.ccgus
2011-07-19Hey, how about some quick tests for that last commit?ccgus
2011-07-18Fixed some compiler warnings that show up in a future version of clang.ccgus
2011-07-16Merge branch 'threadtests' of github.com:ccgus/fmdb into threadtestsAugust Mueller
2011-07-16Importing Foundation instead of Cocoa.ccgus
2011-07-15Changed FMDatabase's "- (BOOL)update:(NSString*)sql error:(NSError**)outErr b...August Mueller
2011-07-14Added parameter support.August Mueller
2011-07-14make sure this value is cast correctly.August Mueller
2011-06-25fooccgus
2011-06-25added support for savepoints (a kind of nested transaction)ccgus
2011-06-24doc updateAugust Mueller
2011-06-24typo fix.August Mueller
2011-06-24quick test addition, and documentation updatesAugust Mueller
2011-06-24Bug fixes, doc updatesAugust Mueller
2011-06-24Added a note that I'm not to happy about the method names I've added.August Mueller
2011-06-24Got the order of things wrong with transactions + a pool.August Mueller
2011-06-24Another stab at doing things and making threads happy.August Mueller