-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes error message to be thrown when data out of range for DECIMAL/NUMERIC types #796
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #796 +/- ##
============================================
- Coverage 48.21% 48.19% -0.02%
+ Complexity 2789 2777 -12
============================================
Files 116 116
Lines 27862 27858 -4
Branches 4641 4641
============================================
- Hits 13434 13427 -7
- Misses 12201 12211 +10
+ Partials 2227 2220 -7
Continue to review full report at Codecov.
|
Please, add a test. |
@ulvii As discussed, test will be added later (added in Backlog) with a few changes in existing Junit tests. |
01f58ec
Issue #787
This change now throws SQLServerException if data passed is out of range for DECIMAL/NUMERIC types.