-
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
Simplify boolean expressions #857
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #857 +/- ##
============================================
- Coverage 48.69% 48.67% -0.03%
Complexity 2797 2797
============================================
Files 116 116
Lines 27875 27875
Branches 4650 4650
============================================
- Hits 13575 13567 -8
- Misses 12095 12098 +3
- Partials 2205 2210 +5
Continue to review full report at Codecov.
|
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
Outdated
Show resolved
Hide resolved
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
Outdated
Show resolved
Hide resolved
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
Outdated
Show resolved
Hide resolved
@rene-ye, thanks a lot for your detailed and applicable review. I addressed your suggestions and amended+rebased my commit. |
No description provided.