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

Work around a driver that report indcols incorrectly #212

Merged
merged 1 commit into from
Oct 27, 2018

Commits on Oct 25, 2018

  1. Work around a driver that report indcols incorrectly

    I am using an SQL Server 2008 with ODBC Driver 17 for SQL Server from Microsoft.
    It seems for varchar(200) columns it sets indcols to a value larger than 201, causing
    a BoundsError. Use the lessor one of elsize and indcols to work around this.
    cnliao committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    d16773a View commit details
    Browse the repository at this point in the history