Skip to content

Commit 2e20cad

Browse files
committed
Issue #23 -- Change the default driver to match the README file
1 parent c373dfa commit 2e20cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssql/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def get_new_connection(self, conn_params):
252252
trusted_connection = conn_params.get('Trusted_Connection', 'yes')
253253

254254
options = conn_params.get('OPTIONS', {})
255-
driver = options.get('driver', 'ODBC Driver 13 for SQL Server')
255+
driver = options.get('driver', 'ODBC Driver 17 for SQL Server')
256256
dsn = options.get('dsn', None)
257257

258258
# Microsoft driver names assumed here are:

0 commit comments

Comments
 (0)