]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Adjust documentation wording for firebird and sybase
authorGord Thompson <gord@gordthompson.com>
Fri, 15 May 2020 12:07:57 +0000 (06:07 -0600)
committerGord Thompson <gord@gordthompson.com>
Fri, 15 May 2020 12:18:43 +0000 (06:18 -0600)
Change-Id: Ied2cdab1c2dbdee681a5500285a5bcdd4d589afa
(cherry picked from commit 1333f4a31e5870f70855cce310022e004580df40)

lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/sybase/base.py

index 4af970e8437e4a64776d07e5beed8caa322221bf..a8f491696347c7f78c6abf02a3c0193fb1698365 100644 (file)
@@ -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 <https://github.com/pauldex/sqlalchemy-firebird>`_
+    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
index e6ad3473d258c190c7de9dc3ba114939408fab57..f0a5f18e48c616220b402b51a75d675a05886c52 100644 (file)
 
 .. 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 <https://github.com/gordthompson/sqlalchemy-sybase>`_
+    instead.
 
 """