We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea58427 commit 4c50fa9Copy full SHA for 4c50fa9
tests/integration/conftest.py
@@ -41,7 +41,7 @@ def conn_creator():
41
connection_string += "?driver=libtdsodbc.so&tds_version=7.4"
42
else:
43
msodbc_driver_name = urllib.parse.quote_plus(
44
- "ODBC Driver 17 for SQL Server"
+ "ODBC Driver 18 for SQL Server"
45
)
46
connection_string += f"?driver={msodbc_driver_name}"
47
elif "snowflake" in backend:
0 commit comments