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

Автор SHA1 Сообщение Дата
  August Mueller 20878b003b Removed some tests from main.m (since I want to remove them all eventually in favor of the test suite), and fixed some warnings, and updated some logs. 11 лет назад
  August Mueller 9df60de06d sshhhh clang, it'll be alright. 11 лет назад
  August Mueller 941bfdd7b5 Notes and renames. 11 лет назад
  August Mueller 50f8efa236 Deprecation of a method, because its name sucked. 11 лет назад
  August Mueller 6d090b8b0b Cleanup and little changes. 11 лет назад
  August Mueller 5cd73023f1 Merge branch 'master' of git://github.com/robertmryan/fmdb into robertmryan-master 11 лет назад
  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 "Gus" Mueller 8941bf15a4 Merge pull request #250 from OpenFibers/master 11 лет назад
  openthread a29e7c4688 added appledoc-style documentation to headers of FMSQLStatementSplitter 11 лет назад
  openthread 1c03cc2251 README updated for FMSQLStatementSplitter usage 11 лет назад
  openthread 45e79efea4 added an example for using FMSQLStatementSplitter in main.m 11 лет назад
  openthread bf22880125 fixed warnings in `FMStatementSplitter` when compiling for mac 64-bit 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 лет назад