ccgus 8666d8f95a Changed up the behavior of binding empty NSData objects ([NSData data]). It will now insert an empty value, rather than a null value- which is consistent with [NSMutableData data] and empty strings (see https://github.com/ccgus/fmdb/issues/73 for a discussion on this). Thanks to Jens Alfke for pointing this out! 13 years ago
..
FMDatabase.h 0cfca84994 Random code and documentation cleanup. 14 years ago
FMDatabase.m 8666d8f95a Changed up the behavior of binding empty NSData objects ([NSData data]). It will now insert an empty value, rather than a null value- which is consistent with [NSMutableData data] and empty strings (see https://github.com/ccgus/fmdb/issues/73 for a discussion on this). Thanks to Jens Alfke for pointing this out! 13 years ago
FMDatabaseAdditions.h eef884233f Deprecated columnExists:columnName: in favor of columnExists:inTableWithName: 13 years ago
FMDatabaseAdditions.m 5d87488d2e Damn warnings. 13 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 8666d8f95a Changed up the behavior of binding empty NSData objects ([NSData data]). It will now insert an empty value, rather than a null value- which is consistent with [NSMutableData data] and empty strings (see https://github.com/ccgus/fmdb/issues/73 for a discussion on this). Thanks to Jens Alfke for pointing this out! 13 years ago