Hello,

When I add text to the database, it's getting truncated because SQLite is converting it to a number. For example, I enter "9.0", but SQLite stores it as "9".

Is there a way to force the value to be inserted as string?

Thanks,

-- Tito

Reply via email to