История коммитов

Автор SHA1 Сообщение Дата
  imoldman 72abbca772 improve type detect in FMDatabase.bindObject:obj when obj is a NSNumber 12 лет назад
  August Mueller 27891fb620 Merge branch 'master' of https://github.com/ccgus/fmdb into busyTimeout 12 лет назад
  August "Gus" Mueller e70cd055a6 Merge pull request #201 from NachoSoto/master 12 лет назад
  August Mueller 019eebe879 New busy timeout stuff - going to test it out on a branch for a bit before mainline commit. 12 лет назад
  ccgus cc93329648 Just a little refactoring for the busy timeout stuff. 12 лет назад
  NachoSoto c03c535f56 Overriding the parent class designated initializer (- init) in FMDatabase, FMDatabasePool and FMDatabaseQueue. 12 лет назад
  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 лет назад
  August "Gus" Mueller d0c59ffa3f Merge pull request #194 from GrahamDennis/issue-193 12 лет назад
  August Mueller d5db388ed2 Formatting fixes. 12 лет назад
  Graham Dennis 62c9b751fa Fix issue #192: All savepoints are called '?' 12 лет назад
  Graham Dennis 654bbde891 Fix issue #193: inSavepoint: should release savepoints that are rolled back. 12 лет назад
  ccgus f62b8d798d Added methods that expose va_list arguments 12 лет назад
  ccgus 23eee37451 Logs errors is now turned on by default. It's easy to turn off, and if you're seeing errors then you should probably fix those. 12 лет назад
  August "Gus" Mueller 428624505a Merge pull request #181 from J-Jay/master 12 лет назад
  Etienne Samson 4ba4c52f26 Use prepared statements for generating the savepoint name. 12 лет назад
  Etienne Samson c64d73ece1 NULL pointer dereference. 12 лет назад
  Jean-Jacques MERILLON fdc93ca827 don’t print error log when _logsErrors == NO 12 лет назад
  August "Gus" Mueller fd95c38478 Merge pull request #168 from piemonte/master 12 лет назад
  robertmryan 44c058ee03 Clarify variable argument methods; expand upon rationale behind concerns with executeUpdateWithFormat and executeQueryWithFormat methods 12 лет назад
  Patrick Piemonte 343c20a14f FMDatabase: fixes static analyzer warning, API Misuse (Apple) 12 лет назад
  Anton Sotkov 889c40b072 Changed return type of constructors from id to instancetype. 12 лет назад
  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 лет назад