Commit History

Author SHA1 Message Date
  Etienne Samson 4ba4c52f26 Use prepared statements for generating the savepoint name. 12 years ago
  Etienne Samson c64d73ece1 NULL pointer dereference. 12 years ago
  August "Gus" Mueller fd95c38478 Merge pull request #168 from piemonte/master 12 years ago
  robertmryan 44c058ee03 Clarify variable argument methods; expand upon rationale behind concerns with executeUpdateWithFormat and executeQueryWithFormat methods 12 years ago
  Patrick Piemonte 343c20a14f FMDatabase: fixes static analyzer warning, API Misuse (Apple) 12 years ago
  Anton Sotkov 889c40b072 Changed return type of constructors from id to instancetype. 12 years ago
  ccgus 4bd679c292 Added some casts to keep the compiler from complaining. 12 years ago
  August "Gus" Mueller 6decfc70c1 Merge pull request #146 from Shopify/bugfix/argument_crash 12 years ago
  ccgus acdefeeaa0 Updated project settings, and compiler warning fixes. 12 years ago
  ccgus a2b3a5716b Little compiler warning cleanup. 12 years ago
  August "Gus" Mueller 3a56feb0e0 Merge pull request #126 from inamiy/traceExecution 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
  Joshua Tessier a79c1839c3 Fixes a variable argument crash if an incorrect number of arguments are passed in 13 years ago
  August Mueller 6740330e8a Cleanup. 12 years ago
  Phillip Kast 4adb30e9dd Add key methods that take NSData 12 years ago
  August Mueller d3f1d15ee0 Little fix that never actually broke anything. 13 years ago
  Yasuhiro Inami 255bc02734 NSLog data-bytes instead of data-self when traceExecution=YES. 13 years ago
  Jim Correia c199a6de6f Fixed potential dereference of NULL outErr argument in -startSavePointWithName:error: and -releaseSavePointWithName:error:. 13 years ago
  August Mueller e7b3d9490f Fixed a crasher when trying to open up a temporary database. 13 years ago
  August Mueller 4a2fe82d02 Might want to call those asserts before an abort()… 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
  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
  August Mueller 46614e25a9 Code cleanup 13 years ago
  dodikk f0bf7d29af fixed error domain behaviour 13 years ago
  ccgus 87748d1d66 Added support for unsigned long long int values. 14 years ago
  ccgus 0cfca84994 Random code and documentation cleanup. 14 years ago