From: Gord Thompson Date: Tue, 8 Oct 2019 12:27:05 +0000 (-0600) Subject: list sqlalchemy-access as external dialect X-Git-Tag: rel_1_3_10~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b3a9851bc8afcc571df053f1a40d634a3781b7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git list sqlalchemy-access as external dialect (cherry picked from commit 0089d4e3f6cbc9131f481895c9f8feb22454fa83) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 0d5a904aa8..91611c119b 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -25,7 +25,7 @@ Included Dialects Included, but not currently supported dialects ---------------------------------------------- -The following dialects have implementations wtihin SQLAlchemy however are not +The following dialects have implementations within SQLAlchemy, but they are not part of continuous integration testing nor are they actively developed. These dialects may be removed in future major releases. @@ -58,3 +58,5 @@ Currently maintained external dialect projects for SQLAlchemy include: * `sqlalchemy-tds `_ - driver for MS-SQL, on top of `python-tds `_. * `crate `_ - driver for `CrateDB `_. +* `sqlalchemy-access `_ - driver for Microsoft Access, + on top of `pyodbc `_.