Bug #57182 | SQLProcedureColumns doesn't work with certain data/parameters combinations | ||
---|---|---|---|
Submitted: | 1 Oct 2010 18:47 | Modified: | 6 Oct 2010 15:49 |
Reporter: | Lawrenty Novitsky | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.1.7 | OS: | Any |
Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
[1 Oct 2010 18:47]
Lawrenty Novitsky
[1 Oct 2010 21:31]
Lawrenty Novitsky
Patch for the bug
Attachment: bug57182.patch (application/octet-stream, text), 8.46 KiB.
[1 Oct 2010 21:33]
Lawrenty Novitsky
while reviewed the patch found couple more bugs. so "minute" was pretty long patch has been pushed to the trunk as rev#932
[6 Oct 2010 15:49]
Tony Bedford
An entry has been added to the 5.1.8 changelog: For some procedure and parameter combinations SQLProcedureColumns() did not work correctly. For example, it could not return records for an existing procedure with correct parameters supplied. Further, it returned incorrect data for column 7, TYPE_NAME. For example, it returned VARCHAR(20) instead of VARCHAR.