Jake Ruston
Results
1
issues of
Jake Ruston
Hi, I've just seen some crash logs in my app from this code: } else if (sqlite3_column_text(statement,x) != NULL) { [data addObject:@((char*)sqlite3_column_text(statement,x))]; } Putting non-UTF8 characters into it seems to...