August "Gus" Mueller 78784e36c1 Merge pull request #68 from EmbeddedSources/master 13 years ago
..
FMDatabase.h 0cfca84994 Random code and documentation cleanup. 14 years ago
FMDatabase.m f0bf7d29af fixed error domain behaviour 13 years ago
FMDatabaseAdditions.h d8f93d80e1 Added method to validate a SQL statement 15 years ago
FMDatabaseAdditions.m a887a6ff21 Fixed a problem with getTableSchema: not working with table names that start with a number. 14 years ago
FMDatabasePool.h 0cfca84994 Random code and documentation cleanup. 14 years ago
FMDatabasePool.m ab3b78cf02 Got rid of the pop and pull from the database pool- too dangerous! Updated readme and tests. 14 years ago
FMDatabaseQueue.h 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. 14 years ago
FMDatabaseQueue.m 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. 14 years ago
FMResultSet.h 347cf12f00 deprecated resultDict, and added resultDictionary (which is now case sensitive) 14 years ago
FMResultSet.m ceef9e7744 Suppressing some clang warnings for deprecated methods. 14 years ago
fmdb.m 40639ab56f Added a template function to help people write bugs. 13 years ago