kippnorcal / sqlsorcery

Dead simple wrapper for pandas and sqlalchemy
https://sqlsorcery.readthedocs.io/en/latest/
MIT License
2 stars 1 forks source link

Add patch for ms sql drivers #32

Closed dchess closed 4 years ago

dchess commented 4 years ago

Fixes #31 When a system has more than one installation of the pydobc drivers, the previous method of setting the drivers automatically fails. This patch adds an option to pass in the driver string as a param or as an env var instead of automatically picking the drivers from the system using pyodbc.drivers().