Closed florianreinhart closed 5 years ago
The string value from MySQL was converted to Double. In some cases this can produce strange Decimal values, e.g. 1.5489999999999995904 instead of 1.549.
Double
Decimal
1.5489999999999995904
1.549
@florianreinhart Thanks!
The string value from MySQL was converted to
Double
. In some cases this can produce strangeDecimal
values, e.g.1.5489999999999995904
instead of1.549
.