August Mueller 9a3709f347 Merge branch 'threadtests' of github.com:ccgus/fmdb into threadtests hace 14 años
..
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. hace 14 años
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. hace 14 años
FMDatabaseAdditions.h d8f93d80e1 Added method to validate a SQL statement hace 14 años
FMDatabaseAdditions.m b6af107dbb Added parameter support. hace 14 años
FMDatabasePool.h 1329039deb Importing Foundation instead of Cocoa. hace 14 años
FMDatabasePool.m e2120a6d94 added support for savepoints (a kind of nested transaction) hace 14 años
FMResultSet.h 793c6ef0a7 Another stab at doing things and making threads happy. hace 14 años
FMResultSet.m 793c6ef0a7 Another stab at doing things and making threads happy. hace 14 años
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. hace 14 años