From 99b3a9851bc8afcc571df053f1a40d634a3781b7 Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Tue, 8 Oct 2019 06:27:05 -0600 Subject: [PATCH] list sqlalchemy-access as external dialect (cherry picked from commit 0089d4e3f6cbc9131f481895c9f8feb22454fa83) --- doc/build/dialects/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 `_. -- 2.47.2