From 2de51ff3887048e7df39e71b30b0e1824cfa0f56 Mon Sep 17 00:00:00 2001 From: Abhishek Jog Date: Wed, 9 Jun 2021 19:59:06 -0700 Subject: [PATCH] review comment: correct listing in alphabetical order --- doc/build/dialects/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index ea7a7884a2..030d419a9d 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -72,6 +72,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +---------------------------------------+---------------------------------------+ | IBM DB2 and Informix | ibm-db-sa_ | +---------------------------------------+---------------------------------------+ +| IBM Netezza Performance Server | nzalchemy_ | ++---------------------------------------+---------------------------------------+ | Microsoft Access (via pyodbc) | sqlalchemy-access_ | +---------------------------------------+---------------------------------------+ | Microsoft SQL Server (via python-tds) | sqlalchemy-tds_ | @@ -88,8 +90,6 @@ Currently maintained external dialect projects for SQLAlchemy include: +---------------------------------------+---------------------------------------+ | Teradata Vantage | teradatasqlalchemy_ | +---------------------------------------+---------------------------------------+ -| IBM Netezza Performance Server | nzalchemy_ | -+---------------------------------------+---------------------------------------+ .. _nzalchemy: https://pypi.org/project/nzalchemy/ .. _ibm-db-sa: https://pypi.org/project/ibm-db-sa/ -- 2.47.3