|
|
Older revisions
r147
by gusmueller
on Sep 01, 2009
Diff
Added:
- (BOOL) openWithFlags:(int)flags;
To FMDatabase, which allows you to
open up the database with certain
flags for sqlite 3.5+
...
r142
by gusmueller
on May 23, 2009
Diff
Added:
- (id)executeQuery:(NSString *)sql
withArgumentsInArray:(NSArray
*)arguments;
- (BOOL)
...