Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tds_version parameter to pymssql.connect(). #350

Merged
merged 2 commits into from
Nov 8, 2015

Commits on Oct 19, 2015

  1. Add tds_version parameter to pymssql.connect().

    It has a default value of '7.1' to match the default value of the
    underlying _mssql API.
    
    We plan to change both of these defaults to None and to not
    enforce any TDS protocol version by default in pymmsql 2.2.
    ramiro committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    999e0d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2015

  1. Configuration menu
    Copy the full SHA
    928cfe1 View commit details
    Browse the repository at this point in the history