jisql
jisql copied to clipboard
update driver shortcut for mssql
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?