Skip to content

2.1.4

Compare
Choose a tag to compare
@n0mn0m n0mn0m released this 28 Aug 17:56
· 76 commits to stable-2.1.x since this release
f3c63bd

Version 2.1.4 - 2018-08-28

General

  • Drop support for versions of FreeTDS older than 0.91.

  • Add Python 3.7 support

  • Drop Python 3.3 support

Features

  • Support for new in SQL Server 2008 DATE, TIME and DATETIME2 data
    types (GH-156). The following conditions need to be additionally met so
    values of these column types can be returned from the database as their
    native corresponding Python data types instead of as strings:

    • Underlying FreeTDS must be 0.95 or newer.
    • TDS protocol version in use must be 7.3 or newer.

    Thanks Ed Avis for the implementation. (GH-331)

Bug fixes

  • Fix tds_version _mssql connection property value for TDS version.
    7.1 is actually 7.1 and not 8.0.