diff options
author | Gord Thompson <gord@gordthompson.com> | 2020-04-20 13:16:20 -0600 |
---|---|---|
committer | Gord Thompson <gord@gordthompson.com> | 2020-04-20 13:16:20 -0600 |
commit | 469e786c9d77e182ef403ba18e7f19b3f58fe3bf (patch) | |
tree | ef6a7d29bd99e84e2390fd31eb058695a0bdb7f9 /lib | |
parent | f911e191d69e649ef8280309be9b0bb4d414d53d (diff) | |
download | sqlalchemy-469e786c9d77e182ef403ba18e7f19b3f58fe3bf.tar.gz |
Fix typo in pymssql documentation; minor clarification
Change-Id: I4aaf0627d2f1ccae82c2eb41db9ec219d73ce4ea
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sqlalchemy/dialects/mssql/pymssql.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/pymssql.py b/lib/sqlalchemy/dialects/mssql/pymssql.py index ef15bb266..8943c5493 100644 --- a/lib/sqlalchemy/dialects/mssql/pymssql.py +++ b/lib/sqlalchemy/dialects/mssql/pymssql.py @@ -15,10 +15,11 @@ pymssql is a Python module that provides a Python DBAPI interface around `FreeTDS <http://www.freetds.org/>`_. Modern versions of this driver worked very well with SQL Server and FreeTDS -from Linux and were highly recommended. However, pymssql is currently +from Linux and were highly recommended. However, pymssql is currently unmaintained and has fallen behind the progress of the Microsoft ODBC driver in its support for newer features of SQL Server. The latest official release of -pymssql at the time of this docuemnt is August, 2018 and lacks support for: +pymssql at the time of this document is version 2.1.4 (August, 2018) and it +lacks support for: 1. table-valued parameters (TVPs), 2. ``datetimeoffset`` columns using timezone-aware ``datetime`` objects |