]> 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>
Thu, 17 Sep 2020 17:42:06 +0000 (11:42 -0600)
commitdcd2be16b9c9a6a52b6bb7e144e31998b7cee631
treee95ec8fb6fda83ead83997e34b5467aec02ed28d
parentd5c89a541f5233baf6b6a7498746820caa7b407f
Add support for Azure authentication options

Fixes: #5592
Change-Id: I0688e5ea0fc6b01a0b72f397daea8f57a2ec0766
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