diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2020-05-23 21:10:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-05-23 21:10:59 +0000 |
commit | 330381a3312394d9663d157182cf97cea8b43fcc (patch) | |
tree | 01bd1be6636c16ea9c9c78145c0785412773b011 /lib | |
parent | c82540033c0876690355f80a19ab46f7a9304d72 (diff) | |
parent | 88bffda3feb83356f8bd6ce0443efea6ef725c24 (diff) | |
download | sqlalchemy-330381a3312394d9663d157182cf97cea8b43fcc.tar.gz |
Merge "Add note re: pymssql not in CI"
Diffstat (limited to 'lib')
-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 |