]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update docs re: deprecated internal dialects
authorGord Thompson <gord@gordthompson.com>
Tue, 29 Jun 2021 20:22:42 +0000 (14:22 -0600)
committerGord Thompson <gord@gordthompson.com>
Tue, 29 Jun 2021 20:22:42 +0000 (14:22 -0600)
Change-Id: I3d9432a03e133af312595cf0883ce81b05043665

doc/build/dialects/index.rst

index 17e566ddad9871f43216ac950cc201266e1eaf00..400b68ac08743f934ac79da90b4c242135de2f3c 100644 (file)
@@ -66,6 +66,9 @@ These dialects are deprecated and will be removed in future major releases.
     firebird
     sybase
 
+Note that both of these dialects now have third-party implementations that
+are maintained separately. See the following list.
+
 .. _external_toplevel:
 
 External Dialects
@@ -73,53 +76,55 @@ External Dialects
 
 Currently maintained external dialect projects for SQLAlchemy include:
 
-+---------------------------------------+---------------------------------------+
-| Database                              | Dialect                               |
-+=======================================+=======================================+
-| Amazon Redshift (via psycopg2)        | sqlalchemy-redshift_                  |
-+---------------------------------------+---------------------------------------+
-| Apache Drill                          | sqlalchemy-drill_                     |
-+---------------------------------------+---------------------------------------+
-| Apache Druid                          | pydruid_                              |
-+---------------------------------------+---------------------------------------+
-| Apache Hive and Presto                | PyHive_                               |
-+---------------------------------------+---------------------------------------+
-| Apache Solr                           | sqlalchemy-solr_                      |
-+---------------------------------------+---------------------------------------+
-| CockroachDB                           | sqlalchemy-cockroachdb_               |
-+---------------------------------------+---------------------------------------+
-| CrateDB  [1]_                         | crate-python_                         |
-+---------------------------------------+---------------------------------------+
-| EXASolution                           | sqlalchemy_exasol_                    |
-+---------------------------------------+---------------------------------------+
-| Elasticsearch (readonly)              | elasticsearch-dbapi_                  |
-+---------------------------------------+---------------------------------------+
-| Firebird                              | sqlalchemy-firebird_                  |
-+---------------------------------------+---------------------------------------+
-| Google BigQuery                       | pybigquery_                           |
-+---------------------------------------+---------------------------------------+
-| Google Sheets                         | gsheets_                              |
-+---------------------------------------+---------------------------------------+
-| IBM DB2 and Informix                  | ibm-db-sa_                            |
-+---------------------------------------+---------------------------------------+
-| IBM Netezza Performance Server [1]_   | nzalchemy_                            |
-+---------------------------------------+---------------------------------------+
-| Microsoft Access (via pyodbc)         | sqlalchemy-access_                    |
-+---------------------------------------+---------------------------------------+
-| Microsoft SQL Server (via python-tds) | sqlalchemy-tds_                       |
-+---------------------------------------+---------------------------------------+
-| Microsoft SQL Server (via turbodbc)   | sqlalchemy-turbodbc_                  |
-+---------------------------------------+---------------------------------------+
-| MonetDB [1]_                          | sqlalchemy-monetdb_                   |
-+---------------------------------------+---------------------------------------+
-| SAP Hana [1]_                         | sqlalchemy-hana_                      |
-+---------------------------------------+---------------------------------------+
-| SAP Sybase SQL Anywhere               | sqlalchemy-sqlany_                    |
-+---------------------------------------+---------------------------------------+
-| Snowflake                             | snowflake-sqlalchemy_                 |
-+---------------------------------------+---------------------------------------+
-| Teradata Vantage                      | teradatasqlalchemy_                   |
-+---------------------------------------+---------------------------------------+
++-----------------------------------------+---------------------------------------+
+| Database                                | Dialect                               |
++=========================================+=======================================+
+| Amazon Redshift (via psycopg2)          | sqlalchemy-redshift_                  |
++-----------------------------------------+---------------------------------------+
+| Apache Drill                            | sqlalchemy-drill_                     |
++-----------------------------------------+---------------------------------------+
+| Apache Druid                            | pydruid_                              |
++-----------------------------------------+---------------------------------------+
+| Apache Hive and Presto                  | PyHive_                               |
++-----------------------------------------+---------------------------------------+
+| Apache Solr                             | sqlalchemy-solr_                      |
++-----------------------------------------+---------------------------------------+
+| CockroachDB                             | sqlalchemy-cockroachdb_               |
++-----------------------------------------+---------------------------------------+
+| CrateDB  [1]_                           | crate-python_                         |
++-----------------------------------------+---------------------------------------+
+| EXASolution                             | sqlalchemy_exasol_                    |
++-----------------------------------------+---------------------------------------+
+| Elasticsearch (readonly)                | elasticsearch-dbapi_                  |
++-----------------------------------------+---------------------------------------+
+| Firebird                                | sqlalchemy-firebird_                  |
++-----------------------------------------+---------------------------------------+
+| Google BigQuery                         | pybigquery_                           |
++-----------------------------------------+---------------------------------------+
+| Google Sheets                           | gsheets_                              |
++-----------------------------------------+---------------------------------------+
+| IBM DB2 and Informix                    | ibm-db-sa_                            |
++-----------------------------------------+---------------------------------------+
+| IBM Netezza Performance Server [1]_     | nzalchemy_                            |
++-----------------------------------------+---------------------------------------+
+| Microsoft Access (via pyodbc)           | sqlalchemy-access_                    |
++-----------------------------------------+---------------------------------------+
+| Microsoft SQL Server (via python-tds)   | sqlalchemy-tds_                       |
++-----------------------------------------+---------------------------------------+
+| Microsoft SQL Server (via turbodbc)     | sqlalchemy-turbodbc_                  |
++-----------------------------------------+---------------------------------------+
+| MonetDB [1]_                            | sqlalchemy-monetdb_                   |
++-----------------------------------------+---------------------------------------+
+| SAP ASE (fork of former Sybase dialect) | sqlalchemy-sybase_                    |
++-----------------------------------------+---------------------------------------+
+| SAP Hana [1]_                           | sqlalchemy-hana_                      |
++-----------------------------------------+---------------------------------------+
+| SAP Sybase SQL Anywhere                 | sqlalchemy-sqlany_                    |
++-----------------------------------------+---------------------------------------+
+| Snowflake                               | snowflake-sqlalchemy_                 |
++-----------------------------------------+---------------------------------------+
+| Teradata Vantage                        | teradatasqlalchemy_                   |
++-----------------------------------------+---------------------------------------+
 
 .. [1] Supports version 1.3.x only at the moment.
 
@@ -145,3 +150,4 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _sqlalchemy-firebird: https://github.com/pauldex/sqlalchemy-firebird
 .. _sqlalchemy-cockroachdb: https://github.com/cockroachdb/sqlalchemy-cockroachdb
 .. _sqlalchemy-turbodbc: https://pypi.org/project/sqlalchemy-turbodbc/
+.. _sqlalchemy-sybase: https://pypi.org/project/sqlalchemy-sybase/