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 33aeb71 commit 291fbb6Copy full SHA for 291fbb6
sql_server/pyodbc/base.py
@@ -290,7 +290,7 @@ def get_new_connection(self, conn_params):
290
291
if ms_drivers.match(driver) and os.name == 'nt':
292
cstr_parts['MARS_Connection'] = 'yes'
293
-
+
294
# User may want to use Azure AD Interactive connection option
295
# It the user specified active directory interactive auth,
296
# we neet to make sure pwd is not set and the connection is not
0 commit comments