]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add support for Azure authentication options
authorGord Thompson <gord@gordthompson.com>
Thu, 17 Sep 2020 16:32:31 +0000 (10:32 -0600)
committerGord Thompson <gord@gordthompson.com>
Fri, 18 Sep 2020 19:25:51 +0000 (13:25 -0600)
commita908d4e9af0593dd74e1c9ef7768cc546c68dbf3
tree860c2fe9fe39c7ff40cf7be69c7bd7ed4381b4d1
parent02952dda3beb67f884d85a5f03f49b22081eb175
Add support for Azure authentication options

Fixes: #5592
Change-Id: I0688e5ea0fc6b01a0b72f397daea8f57a2ec0766
(cherry picked from commit dcd2be16b9c9a6a52b6bb7e144e31998b7cee631)
doc/build/changelog/unreleased_13/5592.rst [new file with mode: 0644]
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/dialects/mssql/pyodbc.py
test/dialect/mssql/test_engine.py