On Oct 13, 2004, at 3:00 AM, Bogusław Brandys wrote:
Not a solution, but ... get any sqlite manager like sqliteadmin or sqliteexplorer and check what is really stored in database table.
Thanks. I did that and what's stored there is exactly what I expect to be store there. In other words, the column contains integers like "234". For some reason, though, they are getting turned into real numbers, like 233.9999 before I get them back in my query.