The default behavior of the MSSQL class is the infer the correct pyodbc driver from the system. This can be problematic when installing into systems with many different pyodbc drivers that are not intended for MS SQL. While it is encouraged to use SQLSorcery in conjunction with an isolated environment like Docker, this patch provides support for user defined driver strings as either an object param or env var.