From d0ea78609ddbded7c3ead79b1d05539721f8a40f Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Fri, 15 May 2020 06:07:57 -0600 Subject: [PATCH] Adjust documentation wording for firebird and sybase Change-Id: Ied2cdab1c2dbdee681a5500285a5bcdd4d589afa (cherry picked from commit 1333f4a31e5870f70855cce310022e004580df40) --- lib/sqlalchemy/dialects/firebird/base.py | 9 +++++---- lib/sqlalchemy/dialects/sybase/base.py | 8 +++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/lib/sqlalchemy/dialects/firebird/base.py b/lib/sqlalchemy/dialects/firebird/base.py index 4af970e843..a8f4916963 100644 --- a/lib/sqlalchemy/dialects/firebird/base.py +++ b/lib/sqlalchemy/dialects/firebird/base.py @@ -12,9 +12,11 @@ r""" .. note:: - The Firebird dialect within SQLAlchemy **is not currently supported**. The - dialect is not tested within continuous integration and is likely to have - many issues and caveats not currently handled. + The Firebird dialect within SQLAlchemy **is not currently supported**. + It is not tested within continuous integration and is likely to have + many issues and caveats not currently handled. Consider using the + `external dialect `_ + instead. Firebird Dialects ----------------- @@ -73,7 +75,6 @@ the SQLAlchemy ``returning()`` method, such as:: .. _dialects: http://mc-computing.com/Databases/Firebird/SQL_Dialect.html - """ import datetime diff --git a/lib/sqlalchemy/dialects/sybase/base.py b/lib/sqlalchemy/dialects/sybase/base.py index e6ad3473d2..f0a5f18e48 100644 --- a/lib/sqlalchemy/dialects/sybase/base.py +++ b/lib/sqlalchemy/dialects/sybase/base.py @@ -16,9 +16,11 @@ .. note:: - The Sybase dialect within SQLAlchemy **is not currently supported**. The - dialect is not tested within continuous integration and is likely to have - many issues and caveats not currently handled. + The Sybase dialect within SQLAlchemy **is not currently supported**. + It is not tested within continuous integration and is likely to have + many issues and caveats not currently handled. Consider using the + `external dialect `_ + instead. """ -- 2.39.5