Bug #91904 | SQLBindCol, binding SQL_BIT column to SQL_C_CHAR doesn't work properly | ||
---|---|---|---|
Submitted: | 6 Aug 2018 3:47 | Modified: | 16 Jan 2020 23:36 |
Reporter: | Zhang Garriot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 8.0.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | driver, ODBC |
[6 Aug 2018 3:47]
Zhang Garriot
[9 Aug 2018 8:01]
Bogdan Degtyariov
Hi Zhang, Thank you for reporting a problem in ODBC Driver. The issue is verified and confirmed.
[16 Jan 2020 23:36]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Connector/ODBC 8.0.20 release, and here's the proposed changelog entry by the documentation team: When binding an SQL_BIT type column to the SQL_C_CHAR type, SQLFetchScroll would return the values as an integer instead of a char. Thank you for the bug report.