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_3_18~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82dde6c81791201f0e5e208c4b8db9a039eee53a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add note re: pymssql not in CI Change-Id: I45f78131ffe1881a3965e8aa41bbc46da7d43a5b (cherry picked from commit 88bffda3feb83356f8bd6ce0443efea6ef725c24) --- diff --git a/lib/sqlalchemy/dialects/mssql/pymssql.py b/lib/sqlalchemy/dialects/mssql/pymssql.py index cfcfb4afc3..3e29ef6940 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