-
Notifications
You must be signed in to change notification settings - Fork 452
Revert "Fix issues identified by SonarQube (#929)" #935
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
Conversation
This reverts commit a38e970. # Conflicts: # src/main/java/com/microsoft/sqlserver/jdbc/IOBuffer.java # src/main/java/com/microsoft/sqlserver/jdbc/SQLServerParameterMetaData.java # src/main/java/com/microsoft/sqlserver/jdbc/SimpleInputStream.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excess brackets, but not a needed change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return (int) info.get(PRECISION);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return (int) info.get(SCALE);
c812850 to
a387718
Compare
Codecov Report
@@ Coverage Diff @@
## dev #935 +/- ##
============================================
- Coverage 50.53% 50.45% -0.09%
+ Complexity 2918 2911 -7
============================================
Files 120 120
Lines 28009 27984 -25
Branches 4682 4678 -4
============================================
- Hits 14155 14119 -36
- Misses 11559 11575 +16
+ Partials 2295 2290 -5
Continue to review full report at Codecov.
|
No description provided.