diff options
| author | Gord Thompson <gord@gordthompson.com> | 2021-01-12 12:58:22 -0700 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2021-01-13 09:33:14 -0700 |
| commit | 3c53cfaaf5cd7d224896db07744095f199723315 (patch) | |
| tree | 9054b0958d2dd4a3c62a6f6eed27e6ccfa7c1cb1 /lib/sqlalchemy/dialects | |
| parent | 0a41f9bea6602c52c59af0f7b572308b2c2b27ab (diff) | |
| download | sqlalchemy-3c53cfaaf5cd7d224896db07744095f199723315.tar.gz | |
Add mssql+turbodbc to external dialect list
Fixes: #5834
Change-Id: I1f207b84751e7e3425aa9e8e393787eeb9b595b7
Diffstat (limited to 'lib/sqlalchemy/dialects')
| -rw-r--r-- | lib/sqlalchemy/dialects/mssql/base.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/base.py b/lib/sqlalchemy/dialects/mssql/base.py index 538679fcf..0a6550f61 100644 --- a/lib/sqlalchemy/dialects/mssql/base.py +++ b/lib/sqlalchemy/dialects/mssql/base.py @@ -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 |
