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
it seems that in the latest version of JDBC driver from Microsoft (12.2.0.jre11) the name of the driver is com.microsoft.sqlserver.jdbc.SQLServerDriver, instead of com.microsoft.jdbc.sqlserver.SQLServerDriver.
In order to keep with the old names, maybe we can rename shortcuts like this: mssql -> mssql-old that would keep the former, and 'mssql' that will keep the latter?
The text was updated successfully, but these errors were encountered:
it seems that in the latest version of JDBC driver from Microsoft (12.2.0.jre11) the name of the driver is
com.microsoft.sqlserver.jdbc.SQLServerDriver
, instead ofcom.microsoft.jdbc.sqlserver.SQLServerDriver
.In order to keep with the old names, maybe we can rename shortcuts like this:
mssql
->mssql-old
that would keep the former, and 'mssql' that will keep the latter?The text was updated successfully, but these errors were encountered: