-
Notifications
You must be signed in to change notification settings - Fork 426
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
Default to RMFAIL instead of RMERR #2348
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2348 +/- ##
=============================================
- Coverage 73.56% 50.13% -23.43%
+ Complexity 6079 3790 -2289
=============================================
Files 143 143
Lines 33179 33146 -33
Branches 5631 5620 -11
=============================================
- Hits 24407 16619 -7788
- Misses 6255 14143 +7888
+ Partials 2517 2384 -133 ☔ View full report in Codecov by Sentry. |
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerXAResource.java
Outdated
Show resolved
Hide resolved
Also removed unused |
#2346