Commit History

Author SHA1 Message Date
  Daniel Dickison d72cbb0e44 Lazily populate columnNameToIndexMap when accessing so that clients can use the value without causing setupColumns to be called first. 13 years ago
  ccgus df02dac4d5 Added keyed and indexed subscript support to FMResultSet- so you can do use the fancy boxed syntax against it (rs[@"foo"] & rs[0]). Thanks to Robert Ryan for the patches! 13 years ago
  August Mueller 8fba9b8c86 Fixed a bunch of warnings that would come up with certain compiler options. 13 years ago
  August Mueller ceef9e7744 Suppressing some clang warnings for deprecated methods. 14 years ago
  August Mueller 347cf12f00 deprecated resultDict, and added resultDictionary (which is now case sensitive) 14 years ago
  ccgus 87748d1d66 Added support for unsigned long long int values. 14 years ago
  August Mueller 423fbc7fd2 How the hell did all these tabs get in here… 14 years ago
  August Mueller c3ec8a3b4e Added some macros so that FMDB can be used in ARC and non-ARC'd projects. 14 years ago
  August Mueller 793c6ef0a7 Another stab at doing things and making threads happy. 14 years ago
  August Mueller c9c2637200 Changed some methods to properties. Hello 2011. 14 years ago
  August Mueller ee222a9a15 Code cleanup, and renamed a method back to what it prevously was, since I don't want to break any existing code. 14 years ago
  Dave DeLong bd58e674ce Minor method name tweak 15 years ago
  Dave DeLong b219b02aef Added method to retrieve the number of columns in a result set 15 years ago
  August Mueller b4bcbd9847 code formatting changes 15 years ago
  Dave DeLong 59a209ec01 Simplified -[FMResultSet resultDict] implementation 15 years ago
  Dave DeLong 4d12c96fde Added ability to retrieve a column value as an arbitrary object 15 years ago
  Dave DeLong ae8622d5b0 Closing a database now closes all open resultsets 15 years ago
  Dave DeLong 99112febca invoke [super finalize] 15 years ago
  Dave DeLong f457ee94c8 Added -finalize methods for GC compatibility 15 years ago
  ccgus 06bccb300e Now checking for SQLITE_LOCKED along with SQLITE_BUSY when trying to perform a query. Patch from Jeff Meininger! 15 years ago
  August Mueller c23c216883 Fixed some compiler warnings. 15 years ago
  August Mueller e556e953b0 The signature for FMDatabase's executeQuery* methods now return FMResultSet instead if id. Patch from Augie Fackler! 15 years ago
  ccgus 83e3eeed94 Formatting updates, along with a new method for getting a dictionary back from a result set. 15 years ago
  August Mueller 05250968cb Backing out that last change- turns out there's an attribute you can give a method, to not have clang-sa flip out. 15 years ago
  August Mueller 94c2932603 Added dataNoCpyForColumnIndex, so you can use that insted of dataNoCopyForColumnIndex, and the static analyzer won't chastise you. 15 years ago
  ccgus 7ffd84d76b Initial import. 15 years ago