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 0b7b5c8 commit be4c980Copy full SHA for be4c980
sql_server/pyodbc/base.py
@@ -300,6 +300,7 @@ def get_new_connection(self, conn_params):
300
if auth:
301
cstr_parts['Authentication'] = auth
302
if auth == 'ActiveDirectoryInteractive':
303
+ cstr_parts.setdefault('UID', '')
304
cstr_parts.pop('PWD', '')
305
cstr_parts['Trusted_Connection'] = 'no'
306
0 commit comments