We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa7b7d commit 868bd2dCopy full SHA for 868bd2d
sql_server/pyodbc/base.py
@@ -298,6 +298,7 @@ def get_new_connection(self, conn_params):
298
if auth:
299
cstr_parts['Authentication'] = auth
300
if auth == 'ActiveDirectoryInteractive':
301
+ cstr_parts.setdefault('UID', '')
302
cstr_parts.pop('PWD', '')
303
cstr_parts['Trusted_Connection'] = 'no'
304
0 commit comments