You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove scheme from URI before fetching path for CRL path check (#2622)
* Remove scheme from URI before fetching path for CRL path check
* Update src/main/java/com/microsoft/sqlserver/jdbc/ConfigurableRetryLogic.java
Co-authored-by: Copilot <[email protected]>
* Committed nitpick mentioned by copilot
* Added additional check + greater clarity
* The issue was with jar:file:/ NOT jar:/, corrected.
* Forgot a case where there would be no scheme
---------
Co-authored-by: Copilot <[email protected]>
{"R_ForceEncryptionTrue_HonorAETrue_UnencryptedColumn", "Cannot execute statement or procedure {0} because Force Encryption was set as true for parameter {1} and the database expects this parameter to be sent as plaintext. This may be due to a configuration error."},
370
370
{"R_ForceEncryptionTrue_HonorAEFalseRS", "Cannot set Force Encryption to true for parameter {0} because encryption is not enabled for the statement or procedure."},
371
371
{"R_ForceEncryptionTrue_HonorAETrue_UnencryptedColumnRS", "Cannot execute update because Force Encryption was set as true for parameter {0} and the database expects this parameter to be sent as plaintext. This may be due to a configuration error."},
0 commit comments