تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  ccgus 4bd679c292 Added some casts to keep the compiler from complaining. 12 سال پیش
  August "Gus" Mueller 6decfc70c1 Merge pull request #146 from Shopify/bugfix/argument_crash 12 سال پیش
  ccgus acdefeeaa0 Updated project settings, and compiler warning fixes. 12 سال پیش
  ccgus a2b3a5716b Little compiler warning cleanup. 12 سال پیش
  August "Gus" Mueller 3a56feb0e0 Merge pull request #126 from inamiy/traceExecution 12 سال پیش
  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 سال پیش
  ccgus 61b6e19436 Merged in Chris Wright's date format additions to FMDatabase. 12 سال پیش
  Joshua Tessier a79c1839c3 Fixes a variable argument crash if an incorrect number of arguments are passed in 13 سال پیش
  August Mueller 6740330e8a Cleanup. 12 سال پیش
  Phillip Kast 4adb30e9dd Add key methods that take NSData 13 سال پیش
  August Mueller d3f1d15ee0 Little fix that never actually broke anything. 13 سال پیش
  Yasuhiro Inami 255bc02734 NSLog data-bytes instead of data-self when traceExecution=YES. 13 سال پیش
  Jim Correia c199a6de6f Fixed potential dereference of NULL outErr argument in -startSavePointWithName:error: and -releaseSavePointWithName:error:. 13 سال پیش
  August Mueller e7b3d9490f Fixed a crasher when trying to open up a temporary database. 13 سال پیش
  August Mueller 4a2fe82d02 Might want to call those asserts before an abort()… 13 سال پیش
  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 سال پیش
  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 سال پیش
  August Mueller f0904b446a Merge branch 'master' of github.com:ccgus/fmdb 13 سال پیش
  August Mueller 8fba9b8c86 Fixed a bunch of warnings that would come up with certain compiler options. 13 سال پیش
  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 سال پیش
  August Mueller 46614e25a9 Code cleanup 13 سال پیش
  dodikk f0bf7d29af fixed error domain behaviour 13 سال پیش
  ccgus 87748d1d66 Added support for unsigned long long int values. 14 سال پیش
  ccgus 0cfca84994 Random code and documentation cleanup. 14 سال پیش
  ccgus ab3b78cf02 Got rid of the pop and pull from the database pool- too dangerous! Updated readme and tests. 14 سال پیش
  August Mueller e3dfb9dabc Fixes for ARC + the latest llvm. 14 سال پیش
  ccgus c18eac424c NSAssert fixes for building on older sdks. 14 سال پیش
  August Mueller 5f14e7da23 Added the ability to make custom sqlite functions from blocks. 14 سال پیش
  August Mueller c3ec8a3b4e Added some macros so that FMDB can be used in ARC and non-ARC'd projects. 14 سال پیش
  August Mueller d9c0b0eba8 executeUpdate: wasn't returning the correct value when a bad query went though. 14 سال پیش