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
Most numeric casts, e.g. Int16 - Int8, are checked and will return an error (or null) on overflow. By contrast the decimal conversions are not. In particular:
decimal to decimal conversion
float to decimal conversion
decimal to integer
integer to decimal
To Reproduce
Expected behavior
Additional context
I believe @viirya intends to work on this, but wanted to create a ticket so it didn't get lost
The text was updated successfully, but these errors were encountered:
Describe the bug
Most numeric casts, e.g. Int16 - Int8, are checked and will return an error (or null) on overflow. By contrast the decimal conversions are not. In particular:
To Reproduce
Expected behavior
Additional context
I believe @viirya intends to work on this, but wanted to create a ticket so it didn't get lost
The text was updated successfully, but these errors were encountered: