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

SQL Server drivers do not return the correct value for charMax and textMax methods #220

Closed
mnewnham opened this issue Apr 10, 2016 · 2 comments
Assignees
Labels
bug mssqlnative Native driver for SQL Server driver (Tier 1) odbc ODBC Connections of all types
Milestone

Comments

@mnewnham
Copy link
Contributor

Under all types of drivers that attach to Microsoft SQL server databases, the charMax and textMax methods do not return the correct value

@mnewnham mnewnham self-assigned this Apr 10, 2016
@mnewnham mnewnham added bug mssqlnative Native driver for SQL Server driver (Tier 1) odbc ODBC Connections of all types labels Apr 10, 2016
@mnewnham mnewnham added this to the v5.21 milestone Apr 10, 2016
mnewnham added a commit that referenced this issue Apr 10, 2016
#220)

The methods had not been defined for SQL server connection drivers so they
returned the default 'NOT SET' values
@dregad
Copy link
Member

dregad commented Apr 12, 2016

@mnewnham since you already pushed the changes to master branch, I'm not sure why you left the issue open.

@dregad
Copy link
Member

dregad commented Apr 27, 2016

Fixed in 7d94196 (see also 97372fc)

@dregad dregad closed this as completed Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mssqlnative Native driver for SQL Server driver (Tier 1) odbc ODBC Connections of all types
Projects
None yet
Development

No branches or pull requests

2 participants