-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Lines 185-190
case SQLITE_FLOAT:
{
float value = sqlite3_column_int(statement, i); //using sqlite3_column_int() when setting a float...
[result setObject:[NSNumber numberWithFloat:value] forKey:columnName];
break;
}All my floats were integers until I fixed it :(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels