Subject Re: [IBO] Values change after commiting
Author Artur Anjos
Jason will tell you something like "Welcome to Floating Point Problems".
There's lot of info about this everywhere, and it's not IBO-Related.
Changing your fields to DOUBLE PRECISION could help a lot, but you should
also consider NUMERIC.

Artur Anjos

----- Original Message -----
From: "KURSAT TASKIN" <kursatt@...>


> Hello,
> field1.value is 0.20, and field2.value 1000000000, after
> commiting the data field1.value becomes 0.020000022523525 like this, and
> field2.value 1000000253 someting like this,
> where is the problem, I do not know, I enter a value but it changes after
> committing.