Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 14 años
  August Mueller b6af107dbb Added parameter support. hace 14 años
  August Mueller a545f71d08 Fixed a problem under GC where leaked statments were keeping a database from closing. Patch from Chris Dolan. hace 14 años
  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 hace 14 años
  August Mueller c9c2637200 Changed some methods to properties. Hello 2011. hace 14 años
  August Mueller ee222a9a15 Code cleanup, and renamed a method back to what it prevously was, since I don't want to break any existing code. hace 14 años
  Dave DeLong 8d38b7e97b Updated CHANGES document and wrote some documentation hace 14 años
  Dave DeLong ecfe4f8003 Updated Changes and Contributors hace 15 años
  August Mueller 11932c0f7e um.... i hate git? hace 15 años
  ccgus 06bccb300e Now checking for SQLITE_LOCKED along with SQLITE_BUSY when trying to perform a query. Patch from Jeff Meininger! hace 15 años
  August Mueller c23c216883 Fixed some compiler warnings. hace 15 años
  ccgus bcac8bd59d Only execute the assertion macros if NS_BLOCK_ASSERTIONS is not set. Patch from David E. Wheeler! hace 15 años
  ccgus 56a5e0f488 Added and updated some new methods to take NSError** params. hace 15 años
  August Mueller e556e953b0 The signature for FMDatabase's executeQuery* methods now return FMResultSet instead if id. Patch from Augie Fackler! hace 15 años
  ccgus 83e3eeed94 Formatting updates, along with a new method for getting a dictionary back from a result set. hace 15 años
  ccgus 0937ef83c4 More files for the hardcore importing action. hace 15 años