]> 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 14:57:06 +0000 (08:57 -0600)
Change-Id: I45f78131ffe1881a3965e8aa41bbc46da7d43a5b

lib/sqlalchemy/dialects/mssql/pymssql.py

index 8943c54939bb62adab3525efb7dbb46d304c2d70..962d1af01be64413f2402bb472e29d3aaef19ed6 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