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
We should detect when a number can't be represented exactly by an Int64 or a Double and fall back to Decimal. We can then expose an option that turns off this behavior.
The text was updated successfully, but these errors were encountered:
We should detect when a number can't be represented exactly by an
Int64
or aDouble
and fall back toDecimal
. We can then expose an option that turns off this behavior.The text was updated successfully, but these errors were encountered: