Histórico de Commits

Autor SHA1 Mensagem Data
  August Mueller 5e987e0c14 Notes on what's going on today. há 11 anos atrás
  August Mueller 3ffd3dc42c Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopback há 11 anos atrás
  August Mueller 85979c37f3 notes. há 11 anos atrás
  August Mueller a55254da0b Moved some stuff around. há 11 anos atrás
  openthread 2b7f7adff4 added batch sql splitter há 11 anos atrás
  August Mueller ad738140aa Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopback há 11 anos atrás
  August "Gus" Mueller c41fe67736 Merge pull request #240 from robertmryan/master há 11 anos atrás
  robertmryan e3c269c974 Update podspec há 11 anos atrás
  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 há 11 anos atrás
  August Mueller 484b046a4a Discovered sqlite3_busy_handler, and got to kill some ivars and code. busyTimeout has been replaced by setMaxBusyRetryTimeInterval: - this is a _lot_ better than adding loops everywhere. há 11 anos atrás
  August Mueller 995dbb5540 Adding back in a loop for catching database busy errors. It needs to be added back in other spots as well, which I'll do - but I haven't thought of the best way to break out of the loop yet, so I'm going to request some comments on that. há 11 anos atrás
  August "Gus" Mueller e42b50f243 Merge pull request #229 from pietrasm/master há 12 anos atrás
  Michal Pietras 4ccc0353e7 Added a static library for iOS. há 12 anos atrás
  ccgus 99bf192e1e More notes to self. há 12 anos atrás
  ccgus 7daa30d27a Cleanup, and then while debugging a test, noticed that sqlite3_busy_timeout doesn't retry a sqlite3_step for you automatically. So that's a problem that I'll need to fix. há 12 anos atrás
  August "Gus" Mueller f7e1a9298a Merge pull request #225 from DanOranges/master há 12 anos atrás
  DanOrange ec5258ada7 Removed an unnecessary header comment in FMDatabaseAdditions.h. há 12 anos atrás
  DanOrange 1f09e622e8 Added in support for userVersion property há 12 anos atrás
  DanOrange 294d54c1e0 Fixed [FMDatabase openWithFlags:] so it does not reopen the db unnecessarily há 12 anos atrás
  ccgus d54f817686 Contribs and notes. há 12 anos atrás
  August "Gus" Mueller 018a7b81dd Merge pull request #224 from mikeash/master há 12 anos atrás
  ccgus 75b5dddc87 I hate tabs. há 12 anos atrás
  August "Gus" Mueller 929d1e9dc6 Merge pull request #223 from hartdev/master há 12 anos atrás
  David Hart cbb64d4fc5 Fixed consistency problems with errorsOnCrash há 12 anos atrás
  Mike Ash 6fbd05f6c3 Add a deadlock check to -[FMDatabaseQueue inDatabase:] há 12 anos atrás
  August "Gus" Mueller 395f7b7a98 Merge pull request #220 from robertmryan/master há 12 anos atrás
  robertmryan 04f2019a4e Change the use of #if / #endif so that Xcode document items pop over doesn’t get confused. Now when you pull down the document items pop over, all methods are shown. há 12 anos atrás
  August Mueller 9d989cc659 Cleanup and contribs. há 12 anos atrás
  ccgus e6424da53b Header fix. há 12 anos atrás
  ccgus 88ebd477b8 Might help to export the retry timeout interface for the tests! Also, new test to check @imoldmans' patches. há 12 anos atrás