August Mueller 9a3709f347 Merge branch 'threadtests' of github.com:ccgus/fmdb into threadtests 14 years ago
..
FMDatabase.h a3498a31c3 Changed FMDatabase's "- (BOOL)update:(NSString*)sql error:(NSError**)outErr bind:(id)bindArgs, ... " to "- (BOOL)update:(NSString*)sql withErrorAndBindings:(NSError**)outErr, ..." as the previous method didn't actually work as advertised in the way it was written. Thanks to @jaekwon for pointing this out. 14 years ago
FMDatabase.m a3498a31c3 Changed FMDatabase's "- (BOOL)update:(NSString*)sql error:(NSError**)outErr bind:(id)bindArgs, ... " to "- (BOOL)update:(NSString*)sql withErrorAndBindings:(NSError**)outErr, ..." as the previous method didn't actually work as advertised in the way it was written. Thanks to @jaekwon for pointing this out. 14 years ago
FMDatabaseAdditions.h d8f93d80e1 Added method to validate a SQL statement 14 years ago
FMDatabaseAdditions.m b6af107dbb Added parameter support. 14 years ago
FMDatabasePool.h 1329039deb Importing Foundation instead of Cocoa. 14 years ago
FMDatabasePool.m e2120a6d94 added support for savepoints (a kind of nested transaction) 14 years ago
FMResultSet.h 793c6ef0a7 Another stab at doing things and making threads happy. 14 years ago
FMResultSet.m 793c6ef0a7 Another stab at doing things and making threads happy. 14 years ago
fmdb.m a3498a31c3 Changed FMDatabase's "- (BOOL)update:(NSString*)sql error:(NSError**)outErr bind:(id)bindArgs, ... " to "- (BOOL)update:(NSString*)sql withErrorAndBindings:(NSError**)outErr, ..." as the previous method didn't actually work as advertised in the way it was written. Thanks to @jaekwon for pointing this out. 14 years ago