Bug #54171 | SQLColumns does not return value for column comment | ||
---|---|---|---|
Submitted: | 2 Jun 2010 8:24 | Modified: | 2 Jun 2010 9:04 |
Reporter: | maria yuin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.01.06.00 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | column comment, ODBC, SQLColumns |
[2 Jun 2010 8:24]
maria yuin
[2 Jun 2010 8:54]
Tonci Grgin
Hi Maria and thanks for your report. The patch is already pushed into 3.51 branch (and will be pushed in 5.1 too soon) as a part of fix for Bug#31067.
[2 Jun 2010 8:58]
Tonci Grgin
Ah, one more comment; fix for Bug#31067 will deal with this only for MySQL server versions that have I__S. It is not possible to implement this properly for older server versions (i.e. no I__S).
[2 Jun 2010 9:04]
maria yuin
Hi - it's not clear to me how the bug 31067 is related to the issue I reported about getting column description. Could you please elaborate? Also, I didn't understand what you meant by server version I_S. Could you confirm that this is an issue on the server side and not ODBC driver? And what do you mean by version I_S? Thanks. Maria
[2 Jun 2010 9:35]
Lawrenty Novitsky
Maria, You are absolutely correct - bugs are not related. But the patch for Bug#31067 also contains new version of SQLColumns exploiting I_S. And it will fix the problem you reported too.