Historique des commits

Auteur SHA1 Message Date
  August Mueller b2293c16a4 Moved some files around. il y a 11 ans
  Andrew Goodale cf9e686a8e Added FTS3 source files and tests to FMDB project. il y a 11 ans
  August Mueller 287cff6905 Added some warnings, and fixed some warnings. il y a 11 ans
  August Mueller 598cbf67cc Removed FMDatabaseSplitter, since it's no longer needed and cleaned up some code. il y a 11 ans
  August Mueller 5e987e0c14 Notes on what's going on today. il y a 11 ans
  August Mueller a55254da0b Moved some stuff around. il y a 11 ans
  openthread 2b7f7adff4 added batch sql splitter il y a 11 ans
  robertmryan ca95403092 Create FMDB.h to include all the standard includes; moved framework code into its own subdirectory, “fmdb”; renamed fmdb.m to main.m to avoid confusion with new FMDB.h file; moved .pch and main.m into src/sample il y a 12 ans
  Michal Pietras 4ccc0353e7 Added a static library for iOS. il y a 12 ans
  ccgus 88ebd477b8 Might help to export the retry timeout interface for the tests! Also, new test to check @imoldmans' patches. il y a 12 ans
  Graham Dennis 633a4503ae Add a .travis.yml file to use Travis CI for automated testing. il y a 12 ans
  Graham Dennis e4dd8758b1 Converting fmdb.m to XCTest tests. il y a 12 ans
  robertmryan 4ed3c78a7b Removed redundant Foundation.framework reference il y a 12 ans
  robertmryan 5b6c1c8e52 Reordered the sequence of source files into a more logical order il y a 12 ans
  robertmryan 2a5d4db4d0 Added README.markdown to project to make it easier to review/edit il y a 12 ans
  ccgus acdefeeaa0 Updated project settings, and compiler warning fixes. il y a 12 ans
  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. il y a 12 ans
  August Mueller 74aa0db026 Fixed a crasher in the test file. il y a 12 ans
  ccgus 3d7eaf67be Notes and SDK changes. il y a 13 ans
  August Mueller de5bff459d Marked the properties as atomic, since that is what they were by default. il y a 13 ans
  August Mueller 8fba9b8c86 Fixed a bunch of warnings that would come up with certain compiler options. il y a 13 ans
  ccgus c226e8ea01 Quick update on a little test. il y a 13 ans
  ccgus ab3b78cf02 Got rid of the pop and pull from the database pool- too dangerous! Updated readme and tests. il y a 14 ans
  ccgus 58c3e7005d Took out FMDatabasePool from the readme, moved those docs to its header. I really want to discourage its use if possible. Took away -database from FMDatabaseQueue since I've already seen it misused once, and if you really need to get at it, you can do so with the inDatabase: methods. il y a 14 ans
  August Mueller c3ec8a3b4e Added some macros so that FMDB can be used in ARC and non-ARC'd projects. il y a 14 ans
  August Mueller fc7e1d274d Project updates. il y a 14 ans
  ccgus 3ee000b1d8 bugga il y a 14 ans
  ccgus e2120a6d94 added support for savepoints (a kind of nested transaction) il y a 14 ans
  August Mueller 793c6ef0a7 Another stab at doing things and making threads happy. il y a 14 ans
  August Mueller 11932c0f7e um.... i hate git? il y a 15 ans