|
|
|
Change log
Added:
FMDB now checks for longLongValue
in NSNumbers passed for selects or
updates, and binds that value to an sqlite
int64
Thanks for the patch from Brian Stern!
Changed:
renamed getDataBaseSchema: to
getSchema. It didn't actually use the
param. whooops.
...
| Go to: |
Project members,
sign in to write a code review
Older revisions
r151
by gusmueller
on Oct 14, 2009
Diff
Reworked:
- (id)executeQuery:(NSString
*)sql withArgumentsInArray:(NSArray
*)arguments;
- (BOOL)
...
r149
by gusmueller
on Sep 22, 2009
Diff
Added:
- (BOOL)
tableExists:(NSString*)tableName;
- (FMResultSet*) getDataBaseSc
hema:(NSString*)tableName;
...
r148
by gusmueller
on Sep 22, 2009
Diff
added checks for running in 64 bit in a couple of the FMDatabaseAddition methods. They crashed otherwise.