Commit History

Author SHA1 Message Date
  ccgus 8d2dac4001 Merge branch 'master' of github.com:ccgus/fmdb into busyTimeout 12 years ago
  Graham Dennis aa3a3a207e Add support for openFlags to FMDatabasePool. 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
  August Mueller cac897ed87 Fixed a problem where having statement caching turned on would cause issues when trying to use two result sets with the same query but different binding parameters. Thanks to Nick Hodapp for the original patch. 12 years ago
  Gwyn Judd 846fde3523 Added support for open flags to FMDatabaseQueue 12 years ago
  regexident 09bba4e416 Changed `isEqualTo:` (AppleScript support) to `isEqual:` (NSObject) 12 years ago
  robertmryan 64d38ac816 Make last parameter explicitly `long long`, only identified after adding NS_FORMAT_FUNCTION qualifier to method declaration 12 years ago
  ccgus faa5f473f0 Baked in support for the new application_id pragma in SQLite version 3.7.17: 12 years ago
  ccgus 8e3921257e Little test for the latest fix. 12 years ago
  ccgus 8c259dbe5d Fixed a problem where executeUpdateWithFormat: + %@ as a placeholder and the value was nil would cause a bad value to be inserted. Thanks to rustybox on github for the fix. 12 years ago
  ccgus 61b6e19436 Merged in Chris Wright's date format additions to FMDatabase. 12 years ago
  August Mueller 74aa0db026 Fixed a crasher in the test file. 13 years ago
  August Mueller 5a463d036d Cleanup of some code + notes on what is going on 13 years ago
  ccgus f68c006232 Fix for issue #118 (thanks @Kelp404!) 13 years ago
  ccgus 8afcebcb4a Now resetting cached statements before executing a query on them (as well as resetting them at the close of a result set). There was an issue where if you used the same query twice without closing the result set of the first one, you would get results back from the previous query, or maybe an exhausted result set. Thanks to note173 on github for pointing out the problem. 13 years ago
  ccgus ca40737958 Changed up how the binding count is calculated when passing a dictionary for named parameter support. Thanks to Samuel Chen for pointing out the problem 13 years ago
  ccgus df02dac4d5 Added keyed and indexed subscript support to FMResultSet- so you can do use the fancy boxed syntax against it (rs[@"foo"] & rs[0]). Thanks to Robert Ryan for the patches! 13 years ago
  August Mueller 1777d2e981 pragmas are confusing. 13 years ago
  August Mueller f0904b446a Merge branch 'master' of github.com:ccgus/fmdb 13 years ago
  August Mueller 8fba9b8c86 Fixed a bunch of warnings that would come up with certain compiler options. 13 years ago
  ccgus 8666d8f95a Changed up the behavior of binding empty NSData objects ([NSData data]). It will now insert an empty value, rather than a null value- which is consistent with [NSMutableData data] and empty strings (see https://github.com/ccgus/fmdb/issues/73 for a discussion on this). Thanks to Jens Alfke for pointing this out! 13 years ago
  ccgus 00ed465ad3 Merge branch 'master' of github.com:ccgus/fmdb into threadtests 13 years ago
  ccgus eef884233f Deprecated columnExists:columnName: in favor of columnExists:inTableWithName: 13 years ago
  August Mueller 40639ab56f Added a template function to help people write bugs. 13 years ago
  August Mueller 9c749a981a Quick unicode test to quell my paranoia. 13 years ago
  ccgus c226e8ea01 Quick update on a little test. 13 years ago
  August Mueller ccee9b6272 Added an attach database test. 14 years ago
  August Mueller a887a6ff21 Fixed a problem with getTableSchema: not working with table names that start with a number. 14 years ago
  August Mueller 347cf12f00 deprecated resultDict, and added resultDictionary (which is now case sensitive) 14 years ago