Skip to content

Commit 4c50fa9

Browse files
committed
Change name of driver.
1 parent ea58427 commit 4c50fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def conn_creator():
4141
connection_string += "?driver=libtdsodbc.so&tds_version=7.4"
4242
else:
4343
msodbc_driver_name = urllib.parse.quote_plus(
44-
"ODBC Driver 17 for SQL Server"
44+
"ODBC Driver 18 for SQL Server"
4545
)
4646
connection_string += f"?driver={msodbc_driver_name}"
4747
elif "snowflake" in backend:

0 commit comments

Comments
 (0)