From 88bffda3feb83356f8bd6ce0443efea6ef725c24 Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Sat, 16 May 2020 08:57:06 -0600 Subject: [PATCH] Add note re: pymssql not in CI Change-Id: I45f78131ffe1881a3965e8aa41bbc46da7d43a5b --- lib/sqlalchemy/dialects/mssql/pymssql.py | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5