Commit History

Author SHA1 Message Date
  ccgus 40258d7c06 More example 14 years ago
  ccgus c0160b3569 Added a new class that works as a queue for queries and updates, instead of a pool- which you can still get deadlocked on if you aren't careful. 14 years ago
  August Mueller a6f77c9c91 Quick little test. 14 years ago
  ccgus b7aac2a82f Hey, how about some quick tests for that last commit? 14 years ago
  August Mueller a3498a31c3 Changed FMDatabase's "- (BOOL)update:(NSString*)sql error:(NSError**)outErr bind:(id)bindArgs, ... " to "- (BOOL)update:(NSString*)sql withErrorAndBindings:(NSError**)outErr, ..." as the previous method didn't actually work as advertised in the way it was written. Thanks to @jaekwon for pointing this out. 14 years ago
  August Mueller b6af107dbb Added parameter support. 14 years ago
  ccgus e2120a6d94 added support for savepoints (a kind of nested transaction) 14 years ago
  August Mueller 507c7f1cae quick test addition, and documentation updates 14 years ago
  August Mueller dfd8fb99ed Bug fixes, doc updates 14 years ago
  August Mueller a010ef4f26 Got the order of things wrong with transactions + a pool. 14 years ago
  August Mueller 793c6ef0a7 Another stab at doing things and making threads happy. 14 years ago
  August Mueller a545f71d08 Fixed a problem under GC where leaked statments were keeping a database from closing. Patch from Chris Dolan. 14 years ago
  August Mueller cef9e7b58c Added a warning when you try and use a database that wasn't opened. Hacked together based on patches from Drarok Ithaqua 14 years ago
  August Mueller c69c9bae7c Examples from davedelong 14 years ago
  August Mueller 11932c0f7e um.... i hate git? 15 years ago
  ccgus 56a5e0f488 Added and updated some new methods to take NSError** params. 15 years ago
  August Mueller b873e06547 Fixed a deprecation warning in the test file. 15 years ago
  ccgus 7ffd84d76b Initial import. 15 years ago