Skip to content

Python 1.0.1

Compare
Choose a tag to compare
@JonathanZhu11 JonathanZhu11 released this 15 Jul 23:25
57c0009

pyodbc connection originally used args for connection.

With SQL Server driver, empty uid and pwd worked as Trusted_Connection, but with ODBC Driver 17 empty uid and pwd is just empty and fails. There is an arg trusted_connection instead.

By using a string, we circumvent this issue.