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