Skip to content

0.1.5

Latest
Compare
Choose a tag to compare
@dchess dchess released this 27 Aug 15:26
· 3 commits to master since this release
701288b

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.