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
Describe the bug
The docs claim that 0 means unlimited precision. This isn't true when scale is set. 0 precision is worthless. My suggestion is that when precision is 0 and scale is set in the DecimalMode for an operation, default to max(decimalPrecision, other.decimalPrecision).
The text was updated successfully, but these errors were encountered:
Describe the bug
The docs claim that 0 means unlimited precision. This isn't true when scale is set. 0 precision is worthless. My suggestion is that when precision is 0 and scale is set in the
DecimalMode
for an operation, default tomax(decimalPrecision, other.decimalPrecision)
.The text was updated successfully, but these errors were encountered: