We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f911e19 commit 469e786Copy full SHA for 469e786
1 file changed
lib/sqlalchemy/dialects/mssql/pymssql.py
@@ -15,10 +15,11 @@
15
`FreeTDS <http://www.freetds.org/>`_.
16
17
Modern versions of this driver worked very well with SQL Server and FreeTDS
18
-from Linux and were highly recommended. However, pymssql is currently
+from Linux and were highly recommended. However, pymssql is currently
19
unmaintained and has fallen behind the progress of the Microsoft ODBC driver in
20
its support for newer features of SQL Server. The latest official release of
21
-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
22
+lacks support for:
23
24
1. table-valued parameters (TVPs),
25
2. ``datetimeoffset`` columns using timezone-aware ``datetime`` objects
0 commit comments