Commit Verlauf

Autor SHA1 Nachricht Datum
  August Mueller 86846836bd I'm starting to think I'm doing this the wrong way. vor 14 Jahren
  August Mueller 4d5d9890d7 Cleaning up a stray NSLog vor 14 Jahren
  August Mueller 7c2141e5b9 So, this is an attempt to make FMDatabase thread safe. Fun times! vor 14 Jahren
  August Mueller a545f71d08 Fixed a problem under GC where leaked statments were keeping a database from closing. Patch from Chris Dolan. vor 14 Jahren
  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 vor 14 Jahren
  August Mueller c9c2637200 Changed some methods to properties. Hello 2011. vor 14 Jahren
  August Mueller c69c9bae7c Examples from davedelong vor 14 Jahren
  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. vor 14 Jahren
  Dave DeLong c8ff945f52 Added methods to execute a query or update with an NSString-style format string vor 15 Jahren
  Dave DeLong ae8622d5b0 Closing a database now closes all open resultsets vor 15 Jahren
  Dave DeLong 99112febca invoke [super finalize] vor 15 Jahren
  Dave DeLong f457ee94c8 Added -finalize methods for GC compatibility vor 15 Jahren
  August Mueller 11932c0f7e um.... i hate git? vor 15 Jahren
  Pascal Pfiffner 2b4540f8aa Merge upstream vor 15 Jahren
  Pascal Pfiffner 6809d43f1c Opens a :memory: database if databasePath is nil vor 15 Jahren
  ccgus 06bccb300e Now checking for SQLITE_LOCKED along with SQLITE_BUSY when trying to perform a query. Patch from Jeff Meininger! vor 15 Jahren
  August Mueller b9e2331d7f Fix for some folks who couldn't compile. vor 15 Jahren
  Pascal Pfiffner d5e52cb407 Added 'numChanges' method (access to sqlite3_changes) vor 15 Jahren
  ccgus bcac8bd59d Only execute the assertion macros if NS_BLOCK_ASSERTIONS is not set. Patch from David E. Wheeler! vor 15 Jahren
  ccgus 3e269a0b52 Merge branch 'block-assertions' of https://github.com/theory/fmdb into theory-block-assertions vor 15 Jahren
  ccgus 56a5e0f488 Added and updated some new methods to take NSError** params. vor 15 Jahren
  David E. Wheeler efdc397bef Prevent "if statement has empty body" warnings. vor 15 Jahren
  Augie Fackler 480917094c FMDatabase: specify return type of -executeQuery: vor 15 Jahren
  ccgus 83e3eeed94 Formatting updates, along with a new method for getting a dictionary back from a result set. vor 15 Jahren
  ccgus 7ffd84d76b Initial import. vor 15 Jahren