BuzzCutNorman / tap-mssql

Singer Tap for MS SQL built with Meltano Singer SDK.
MIT License
2 stars 9 forks source link

fix: Set pyodbc.pooling to false at class init #11

Closed BuzzCutNorman closed 1 year ago

BuzzCutNorman commented 1 year ago

This PR fixes #10 by setting pyodbc.pooling to false during the initalization of the mssqlConnector class.