Commit History

Author SHA1 Message Date
  David Hart cbb64d4fc5 Fixed consistency problems with errorsOnCrash 12 years ago
  August "Gus" Mueller 395f7b7a98 Merge pull request #220 from robertmryan/master 12 years ago
  robertmryan 04f2019a4e Change the use of #if / #endif so that Xcode document items pop over doesn’t get confused. Now when you pull down the document items pop over, all methods are shown. 12 years ago
  August Mueller 9d989cc659 Cleanup and contribs. 12 years ago
  ccgus e6424da53b Header fix. 12 years ago
  ccgus 88ebd477b8 Might help to export the retry timeout interface for the tests! Also, new test to check @imoldmans' patches. 12 years ago
  imoldman 72abbca772 improve type detect in FMDatabase.bindObject:obj when obj is a NSNumber 12 years ago
  August Mueller 74b01bd458 Cleanup 12 years ago
  Timur Islamgulov 3f8cee50c4 Fix for issue #211: Add 'databasePool:didAddDatabase:' method to FMDatabasePoolDelegate protocol 12 years ago
  ccgus 3c6d3ca6e1 Notes on what's been going on. 12 years ago
  ccgus 8d2dac4001 Merge branch 'master' of github.com:ccgus/fmdb into busyTimeout 12 years ago
  ccgus dd7da6f0a4 Merge branch 'testcases' of git://github.com/GrahamDennis/fmdb into GrahamDennis-testcases 12 years ago
  ccgus 84c19dca63 Cleanup 12 years ago
  August "Gus" Mueller 4250e03227 Merge pull request #213 from 5at5ish/master 12 years ago
  August "Gus" Mueller 4ef996a622 Merge pull request #206 from GrahamDennis/dispatch-arc-simplify 12 years ago
  Timur Islamgulov a1eb7305f8 Fix for issue #203: Add 'databaseClass' class method for FMDatabaseQueue. Subclasses can override this method to return specified Class of 'FMDatabase' subclass. 12 years ago
  ccgus 2224f216e7 if DEBUG is defined, then you'll get a little more info when you've got open result sets out when using the queue. 12 years ago
  Graham Dennis 1faf00c9ef Fix -[FMDatabaseTests testApplicationID] 12 years ago
  Graham Dennis e312d6195a Add a build status image from Travis-CI. 12 years ago
  Graham Dennis 633a4503ae Add a .travis.yml file to use Travis CI for automated testing. 12 years ago
  Graham Dennis e4dd8758b1 Converting fmdb.m to XCTest tests. 12 years ago
  Graham Dennis 568a145649 Add a comment explaining the use of OS_OBJECT_USE_OBJC 12 years ago
  Graham Dennis aa3a3a207e Add support for openFlags to FMDatabasePool. 12 years ago
  Graham Dennis 925fc13371 Simplify conditionals used to determine whether dispatch objects need explicit releasing. 12 years ago
  August Mueller 6f68545eb7 Cleanup 12 years ago
  August Mueller 27891fb620 Merge branch 'master' of https://github.com/ccgus/fmdb into busyTimeout 12 years ago
  August "Gus" Mueller e70cd055a6 Merge pull request #201 from NachoSoto/master 12 years ago
  August Mueller 019eebe879 New busy timeout stuff - going to test it out on a branch for a bit before mainline commit. 12 years ago
  ccgus cc93329648 Just a little refactoring for the busy timeout stuff. 12 years ago
  NachoSoto c03c535f56 Overriding the parent class designated initializer (- init) in FMDatabase, FMDatabasePool and FMDatabaseQueue. 12 years ago