Skip to content

Commit 3cf948e

Browse files
committed
Add driver requirement to docs
1 parent b8e06eb commit 3cf948e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/database.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,5 @@ Microsoft SQL Server
125125
e = sqlalchemy.create_engine(mssql.get_connection_url())
126126
result = e.execute("select @@VERSION")
127127

128-
It uses the Microsoft-provided Docker image and requires the pymssql driver.
128+
It uses the Microsoft-provided Docker image and requires `ODBC Driver 17 for SQL Server
129+
<https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server>`_.

0 commit comments

Comments
 (0)