-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Description
Hi there,
there was a change in IBM's JDK property. I've reported the same to Microsoft JDBC maintainers here: microsoft/mssql-jdbc#2139
..and here's discussion with IBM folks: ibmruntimes/Semeru-Runtimes#30
Therefore, this condition is no longer valid:
Line 52 in 3c3e7b9
if (System.getProperty("java.vendor").contains("IBM")) { |
Best regards,
K.M.
berndgoetz