dc

Results 2 issues of dc

### What happened? If a `TargetScript` specifies an output file it is not added to the script's output files in the generated project unless it already exists at the time...

type:bug
💎 Bounty

Lines 185-190 ``` C 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...