You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NumberType uses BigDecimal underneath, but uses a byte each to store length
and scale. BigDecimal uses int values. This means that Number cannot hold
all possible BigDecimal values.
We need some validation to make sure that any BigDecimal value stored as
NumberValue is within the range supported by NumberType.
Original issue reported on code.google.com by [email protected] on 22 Aug 2008 at 12:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Aug 2008 at 12:30The text was updated successfully, but these errors were encountered: