kensho-technologies/graphql-compiler

Switch from pymssql to pyodbc

Closed this issue · 0 comments

Pymssql is being discontinued: pymssql/pymssql#668

See the thread linked above for suggested alternatives and their advantages and caveats. The likeliest alternative candidate in my opinion is pyodbc, potentially with sqlalchemy_pyodbc_mssql.

This is blocking support for Python 3.8 (#673) and therefore also blocking our v2.0 release.