-
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
Append server name from connection string to error message #1311
Conversation
…ed by default (microsoft#1254) * skip AKV test properly * removed enclave properties string to failed errors as enclave tests could be skipped
Codecov Report
@@ Coverage Diff @@
## dev #1311 +/- ##
============================================
- Coverage 58.42% 52.95% -5.48%
+ Complexity 3826 3492 -334
============================================
Files 133 133
Lines 30096 30096
Branches 4979 4979
============================================
- Hits 17584 15936 -1648
- Misses 10077 11870 +1793
+ Partials 2435 2290 -145 Continue to review full report at Codecov.
|
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
Outdated
Show resolved
Hide resolved
Can you add tests to this (if it's feasible) so that the test shows what the error message would look like instead? |
if server name in connection string is different from connect server then append server name to error message thrown