From: Gord Thompson Date: Fri, 15 May 2020 12:07:57 +0000 (-0600) Subject: Adjust documentation wording for firebird and sybase X-Git-Tag: rel_1_3_18~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ea78609ddbded7c3ead79b1d05539721f8a40f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Adjust documentation wording for firebird and sybase Change-Id: Ied2cdab1c2dbdee681a5500285a5bcdd4d589afa (cherry picked from commit 1333f4a31e5870f70855cce310022e004580df40) --- 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. """