diff options
author | Gord Thompson <gord@gordthompson.com> | 2020-05-16 08:57:06 -0600 |
---|---|---|
committer | Gord Thompson <gord@gordthompson.com> | 2020-05-16 08:57:06 -0600 |
commit | 88bffda3feb83356f8bd6ce0443efea6ef725c24 (patch) | |
tree | 7d0d1e10d81f2d172632c5fbc62142b6f3f96ef1 /lib/sqlalchemy/dialects/mssql/pymssql.py | |
parent | d4182d4da96c622e262f1bb6ea9a077cde090b7e (diff) | |
download | sqlalchemy-88bffda3feb83356f8bd6ce0443efea6ef725c24.tar.gz |
Add note re: pymssql not in CI
Change-Id: I45f78131ffe1881a3965e8aa41bbc46da7d43a5b
Diffstat (limited to 'lib/sqlalchemy/dialects/mssql/pymssql.py')
-rw-r--r-- | lib/sqlalchemy/dialects/mssql/pymssql.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/pymssql.py b/lib/sqlalchemy/dialects/mssql/pymssql.py index 8943c5493..962d1af01 100644 --- a/lib/sqlalchemy/dialects/mssql/pymssql.py +++ b/lib/sqlalchemy/dialects/mssql/pymssql.py @@ -14,6 +14,11 @@ 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 |