Griggs, Donald wrote:

If I'm missing the (decimal) point, here, forgive me.

The point is that the number is in the database as '358', but by the time we get it back from a query it has become '357.999'. We aren't doing any floating point with the number. It is (apparently) happening for us in the SQLite engine itself. But we depend on the number being '358' when we query for it and because it isn't, on some machines, our app fails.

Reply via email to