]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update link for sqlalchemy-pytds dialect (#11786)
authorGord Thompson <gord@gordthompson.com>
Sun, 25 Aug 2024 21:53:59 +0000 (15:53 -0600)
committerGitHub <noreply@github.com>
Sun, 25 Aug 2024 21:53:59 +0000 (23:53 +0200)
doc/build/dialects/index.rst

index b0064a09e9a163019d299ced0d55a6caaa2ce793..1a2304819618d5255c5cb389e2d077644511e652 100644 (file)
@@ -109,7 +109,7 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 | Microsoft Access (via pyodbc)                  | sqlalchemy-access_                    |
 +------------------------------------------------+---------------------------------------+
-| Microsoft SQL Server (via python-tds)          | sqlalchemy-tds_                       |
+| Microsoft SQL Server (via python-tds)          | sqlalchemy-pytds_                     |
 +------------------------------------------------+---------------------------------------+
 | Microsoft SQL Server (via turbodbc)            | sqlalchemy-turbodbc_                  |
 +------------------------------------------------+---------------------------------------+
@@ -151,7 +151,7 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _sqlalchemy-sqlany: https://github.com/sqlanywhere/sqlalchemy-sqlany
 .. _sqlalchemy-monetdb: https://github.com/gijzelaerr/sqlalchemy-monetdb
 .. _snowflake-sqlalchemy: https://github.com/snowflakedb/snowflake-sqlalchemy
-.. _sqlalchemy-tds: https://github.com/m32/sqlalchemy-tds
+.. _sqlalchemy-pytds: https://pypi.org/project/sqlalchemy-pytds/
 .. _sqlalchemy-cratedb: https://github.com/crate/sqlalchemy-cratedb
 .. _sqlalchemy-access: https://pypi.org/project/sqlalchemy-access/
 .. _elasticsearch-dbapi: https://github.com/preset-io/elasticsearch-dbapi/