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

Автор SHA1 Сообщение Дата
  robertmryan b044f2a7c7 Only run appledoc on the .h files. 11 лет назад
  Rob Ryan 1009892cf6 Added pragma mark because FMDatabase was getting a little hairy, and it makes it a little easier to navigate in Xcode; add appledoc not in FMDatabaseBusyHandler; changed the C functions to use consistent prefix (some used `FMDB`, some used `FM`, some used no prefix … they now all use `FMDB` 11 лет назад
  Rob Ryan e5f8dd38d1 Updated appledoc headers 11 лет назад
  robertmryan 1a028871aa Add `FMDB` prefix to callback type 11 лет назад
  robertmryan 8ff0eb3a53 Updated test cases for executeBulkSQL 11 лет назад
  robertmryan d10dc4f34f Fix FMDBQuickCheck for bulk test 11 лет назад
  robertmryan f16470e339 Update documentation 11 лет назад
  robertmryan 0f707ec168 Add `executeBulkSQL` methods 11 лет назад
  August Mueller 3691599e49 Update contrib stuff. 11 лет назад
  August Mueller 5e987e0c14 Notes on what's going on today. 11 лет назад
  August Mueller 3ffd3dc42c Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopback 11 лет назад
  August Mueller 85979c37f3 notes. 11 лет назад
  August Mueller a55254da0b Moved some stuff around. 11 лет назад
  openthread 2b7f7adff4 added batch sql splitter 11 лет назад
  August Mueller ad738140aa Merge branch 'master' of https://github.com/ccgus/fmdb into busyloopback 12 лет назад
  August "Gus" Mueller c41fe67736 Merge pull request #240 from robertmryan/master 12 лет назад
  robertmryan e3c269c974 Update podspec 12 лет назад
  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 12 лет назад
  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. 12 лет назад
  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. 12 лет назад
  August "Gus" Mueller e42b50f243 Merge pull request #229 from pietrasm/master 12 лет назад
  Michal Pietras 4ccc0353e7 Added a static library for iOS. 12 лет назад
  ccgus 99bf192e1e More notes to self. 12 лет назад
  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. 12 лет назад
  August "Gus" Mueller f7e1a9298a Merge pull request #225 from DanOranges/master 12 лет назад
  DanOrange ec5258ada7 Removed an unnecessary header comment in FMDatabaseAdditions.h. 12 лет назад
  DanOrange 1f09e622e8 Added in support for userVersion property 12 лет назад
  DanOrange 294d54c1e0 Fixed [FMDatabase openWithFlags:] so it does not reopen the db unnecessarily 12 лет назад
  ccgus d54f817686 Contribs and notes. 12 лет назад
  August "Gus" Mueller 018a7b81dd Merge pull request #224 from mikeash/master 12 лет назад