pymssql v2.1.3 Release Notes

Release Date: 2016-06-22 // almost 8 years ago
  • General

    • ๐Ÿ Windows official binaries: Rollback changes to Windows binaries we had implemented in pymssql 2.1.2; go back to using:

      • A statically linked version of FreeTDS (v0.95.95)
      • No SSL support
    • โšก๏ธ Update bundled Linux static version of FreeTDS to v0.95.95.

    ๐Ÿ”‹ Features

    • ๐Ÿง We now publish Linux PEP 513 manylinux wheels on PyPI.

    ๐Ÿ› Bug fixes

    • โž• Add support for reporting TDS version 7.3 is in use via the tds_version property of a _mssql-level connection.