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 a31af19 commit cf34b77Copy full SHA for cf34b77
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