Fixing pymssql 2.1.5 from pip to work on CentOS7
Updating the tds_fdw Continuous Integration to test CentOS7, I noticed pymsql
2.1.5
could not connect anymore to our Azure SQL Database and all I could get was:
pymssql.OperationalError: (20002, 'DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (instance.database.windows.net)\n')
Enabling TDS debugging revealed that, for some reason, the Azure SQL database just rejected the logging information:
(more…)