From: Abhishek Jog Date: Wed, 16 Jun 2021 19:15:24 +0000 (-0400) Subject: Added netezza in external dialects in documentation X-Git-Tag: rel_1_4_19~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2162eee324fe733426e42dbc3feb0c4fc0f525fc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added netezza in external dialects in documentation ### Description IBM Netezza Performance Server (aka Netezza, NPS) now has fully function SQLAlchemy dialect. Need to add it in SQLAlchemy 1.3 documentation. This PR fixes https://github.com/sqlalchemy/sqlalchemy/issues/6609 ### Checklist This pull request is: - [x] A documentation / typographical error fix - Good to go, no issue or tests are needed - [ ] A short code fix - please include the issue number, and create an issue if none exists, which must include a complete example of the issue. one line code fixes without an issue and demonstration will not be accepted. - Please include: `Fixes: #` in the commit message - please include tests. one line code fixes without tests will not be accepted. - [ ] A new feature implementation - please include the issue number, and create an issue if none exists, which must include a complete example of how the feature would look. - Please include: `Fixes: #` in the commit message - please include tests. **Have a nice day!** Fixes: #6610 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/6610 Pull-request-sha: 2de51ff3887048e7df39e71b30b0e1824cfa0f56 Change-Id: I3a3f49981a4aaca0874bc2765cd782da61a258ef (cherry picked from commit 86b64dddd46c3985f3d844dc8afb8d009a0aad1e) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 741b00d2f8..17e566ddad 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -88,7 +88,7 @@ Currently maintained external dialect projects for SQLAlchemy include: +---------------------------------------+---------------------------------------+ | CockroachDB | sqlalchemy-cockroachdb_ | +---------------------------------------+---------------------------------------+ -| CrateDB | crate-python_ | +| CrateDB [1]_ | crate-python_ | +---------------------------------------+---------------------------------------+ | EXASolution | sqlalchemy_exasol_ | +---------------------------------------+---------------------------------------+ @@ -102,15 +102,17 @@ Currently maintained external dialect projects for SQLAlchemy include: +---------------------------------------+---------------------------------------+ | 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 | sqlalchemy-monetdb_ | +| MonetDB [1]_ | sqlalchemy-monetdb_ | +---------------------------------------+---------------------------------------+ -| SAP Hana | sqlalchemy-hana_ | +| SAP Hana [1]_ | sqlalchemy-hana_ | +---------------------------------------+---------------------------------------+ | SAP Sybase SQL Anywhere | sqlalchemy-sqlany_ | +---------------------------------------+---------------------------------------+ @@ -119,6 +121,9 @@ Currently maintained external dialect projects for SQLAlchemy include: | Teradata Vantage | teradatasqlalchemy_ | +---------------------------------------+---------------------------------------+ +.. [1] Supports version 1.3.x only at the moment. + +.. _nzalchemy: https://pypi.org/project/nzalchemy/ .. _ibm-db-sa: https://pypi.org/project/ibm-db-sa/ .. _PyHive: https://github.com/dropbox/PyHive#sqlalchemy .. _teradatasqlalchemy: https://pypi.org/project/teradatasqlalchemy/