]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add note re: pymssql not in CI
authorGord Thompson <gord@gordthompson.com>
Sat, 16 May 2020 14:57:06 +0000 (08:57 -0600)
committerGord Thompson <gord@gordthompson.com>
Sat, 16 May 2020 15:46:49 +0000 (09:46 -0600)
Change-Id: I45f78131ffe1881a3965e8aa41bbc46da7d43a5b
(cherry picked from commit 88bffda3feb83356f8bd6ce0443efea6ef725c24)

lib/sqlalchemy/dialects/mssql/pymssql.py

index cfcfb4afc306ea8222d264b2f34b031b8c470614..3e29ef69404941f028e17e816c799005a5db4a40 100644 (file)
 pymssql is a Python module that provides a Python DBAPI interface around
 `FreeTDS <http://www.freetds.org/>`_.
 
+.. note::
+
+    pymssql is currently not included in SQLAlchemy's continuous integration
+    (CI) testing.
+
 Modern versions of this driver worked very well with SQL Server and FreeTDS
 from Linux and were highly recommended. However, pymssql is currently
 unmaintained and has fallen behind the progress of the Microsoft ODBC driver in