Skip to content

Commit 469e786

Browse files
committed
Fix typo in pymssql documentation; minor clarification
Change-Id: I4aaf0627d2f1ccae82c2eb41db9ec219d73ce4ea
1 parent f911e19 commit 469e786

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/sqlalchemy/dialects/mssql/pymssql.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
`FreeTDS <http://www.freetds.org/>`_.
1616
1717
Modern versions of this driver worked very well with SQL Server and FreeTDS
18-
from Linux and were highly recommended. However, pymssql is currently
18+
from Linux and were highly recommended. However, pymssql is currently
1919
unmaintained and has fallen behind the progress of the Microsoft ODBC driver in
2020
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:
21+
pymssql at the time of this document is version 2.1.4 (August, 2018) and it
22+
lacks support for:
2223
2324
1. table-valued parameters (TVPs),
2425
2. ``datetimeoffset`` columns using timezone-aware ``datetime`` objects

0 commit comments

Comments
 (0)