-
Notifications
You must be signed in to change notification settings - Fork 435
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
Fix | Fixed PreparedStatement exception handling #1003
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1003 +/- ##
============================================
- Coverage 50.19% 50.13% -0.06%
+ Complexity 2885 2881 -4
============================================
Files 120 120
Lines 27989 27984 -5
Branches 4677 4675 -2
============================================
- Hits 14050 14031 -19
- Misses 11684 11696 +12
- Partials 2255 2257 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #1003 +/- ##
============================================
- Coverage 50.76% 50.73% -0.04%
+ Complexity 2960 2959 -1
============================================
Files 120 120
Lines 27999 27994 -5
Branches 4685 4683 -2
============================================
- Hits 14215 14203 -12
- Misses 11626 11638 +12
+ Partials 2158 2153 -5
Continue to review full report at Codecov.
|
b9a4d83
Fixes #995, reverts #664.
When there is an exception in a result set, it should only be parsed when the cursor is moved to that result set. This PR also makes Statement and PreparedStatement behavior consistent with each other.