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 c373dfa commit 2e20cadCopy full SHA for 2e20cad
mssql/base.py
@@ -252,7 +252,7 @@ def get_new_connection(self, conn_params):
252
trusted_connection = conn_params.get('Trusted_Connection', 'yes')
253
254
options = conn_params.get('OPTIONS', {})
255
- driver = options.get('driver', 'ODBC Driver 13 for SQL Server')
+ driver = options.get('driver', 'ODBC Driver 17 for SQL Server')
256
dsn = options.get('dsn', None)
257
258
# Microsoft driver names assumed here are:
0 commit comments