From: Gord Thompson Date: Sat, 16 May 2020 14:57:06 +0000 (-0600) Subject: Add note re: pymssql not in CI X-Git-Tag: rel_1_4_0b1~311^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88bffda3feb83356f8bd6ce0443efea6ef725c24;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add note re: pymssql not in CI Change-Id: I45f78131ffe1881a3965e8aa41bbc46da7d43a5b --- diff --git a/lib/sqlalchemy/dialects/mssql/pymssql.py b/lib/sqlalchemy/dialects/mssql/pymssql.py index 8943c54939..962d1af01b 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 `_. +.. 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