]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add mssql+turbodbc to external dialect list
authorGord Thompson <gord@gordthompson.com>
Tue, 12 Jan 2021 19:58:22 +0000 (12:58 -0700)
committerGord Thompson <gord@gordthompson.com>
Wed, 13 Jan 2021 17:49:57 +0000 (10:49 -0700)
Fixes: #5834
Change-Id: I1f207b84751e7e3425aa9e8e393787eeb9b595b7
(cherry picked from commit 3c53cfaaf5cd7d224896db07744095f199723315)

doc/build/dialects/index.rst
lib/sqlalchemy/dialects/mssql/base.py

index a729e97254c5df512a50db0c45584d564b26524f..a1cfe25bf25be272512d3275c7d2b272968fb4ce 100644 (file)
@@ -76,6 +76,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +---------------------------------------+---------------------------------------+
 | Microsoft SQL Server (via python-tds) | sqlalchemy-tds_                       |
 +---------------------------------------+---------------------------------------+
+| Microsoft SQL Server (via turbodbc)   | sqlalchemy-turbodbc_                  |
++---------------------------------------+---------------------------------------+
 | MonetDB                               | sqlalchemy-monetdb_                   |
 +---------------------------------------+---------------------------------------+
 | SAP Hana                              | sqlalchemy-hana_                      |
@@ -107,3 +109,4 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _gsheets: https://github.com/betodealmeida/gsheets-db-api
 .. _sqlalchemy-firebird: https://github.com/pauldex/sqlalchemy-firebird
 .. _sqlalchemy-cockroachdb: https://github.com/cockroachdb/sqlalchemy-cockroachdb
+.. _sqlalchemy-turbodbc: https://pypi.org/project/sqlalchemy-turbodbc/
index d0b16a306c64b299bcd1cf5cc10ef3fc5a8d66db..bab3943247c88690a71ee9bac82598b75b21eda3 100644 (file)
@@ -9,6 +9,16 @@
     :name: Microsoft SQL Server
 
 
+.. _mssql_external_dialects:
+
+External Dialects
+-----------------
+
+In addition to the above DBAPI layers with native SQLAlchemy support, there
+are third-party dialects for other DBAPI layers that are compatible
+with SQL Server. See the "External Dialects" list on the
+:ref:`dialect_toplevel` page. 
+
 .. _mssql_identity:
 
 Auto Increment Behavior / IDENTITY Columns