wintersrd / pipelinewise-tap-mssql

Pipelinewise tap for Microsoft SQL Server
GNU Affero General Public License v3.0
14 stars 48 forks source link

Bump version of pymssql to 2.2.1 #7

Closed divv closed 3 years ago

divv commented 3 years ago

(Latest at time of commit) Avoids an issue when connecting to Azure SQL databases:

pymssql.OperationalError: (20002, b'DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (xxx.database.windows.net)\nDB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (xxx.database.windows.net)\n')

Issue is believed to be related to lack of SSL support in the bundled version of FreeTDS in pymssql v2.1.5