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
Handling overflow and incorrect outputs in case of certain money and smallmoney arithmetic and math functions.
There were certain issues found both w.r.t overflow handling and certain functions and operations giving incorrect result for money and smallmoney datatype. This commit addresses those issues.
Issue #1: Overflow of smallmoney arithmetic leading to TDS hang.
Issue #2: Unhandled overflow cases leading to incorrect output.
Issue #3: Fixeddecimal operators being resolved for smallmoney functions and operations leading to incorrect results.
Task: BABEL-5745, BABEL-5757, BABEL-5756, BABEL-5747, BABEL-5754
Signed-off-by: Ayush Shah <[email protected]>
0 commit comments