diff options
| author | Gord Thompson <gord@gordthompson.com> | 2020-05-15 06:07:57 -0600 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2020-05-15 07:16:35 -0600 |
| commit | 3f08d54d30b139b5925772b40778746b94cc4f76 (patch) | |
| tree | 74b5c9de32219ae85d18f056339d13985a9c16f6 /lib/sqlalchemy/dialects/firebird/base.py | |
| parent | 79de84b25e87bbb7fa94f0dd513b4abc76e05a7e (diff) | |
| download | sqlalchemy-3f08d54d30b139b5925772b40778746b94cc4f76.tar.gz | |
Adjust documentation wording for firebird and sybase
Change-Id: Ied2cdab1c2dbdee681a5500285a5bcdd4d589afa
Diffstat (limited to 'lib/sqlalchemy/dialects/firebird/base.py')
| -rw-r--r-- | lib/sqlalchemy/dialects/firebird/base.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/sqlalchemy/dialects/firebird/base.py b/lib/sqlalchemy/dialects/firebird/base.py index f6d50023b..680968b9e 100644 --- a/lib/sqlalchemy/dialects/firebird/base.py +++ b/lib/sqlalchemy/dialects/firebird/base.py @@ -12,13 +12,14 @@ 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 <https://github.com/pauldex/sqlalchemy-firebird>`_ + instead. -.. deprecated:: 1.4 This dialect is deprecated and will be removed - in a future version. This dialect is superseded by the external - version available at external-dialect_. +.. deprecated:: 1.4 The internal Firebird dialect is deprecated and will be + removed in a future version. Use the external dialect. Firebird Dialects ----------------- @@ -77,7 +78,6 @@ the SQLAlchemy ``returning()`` method, such as:: .. _dialects: http://mc-computing.com/Databases/Firebird/SQL_Dialect.html -.. _external-dialect: https://github.com/pauldex/sqlalchemy-firebird """ import datetime |
