Bug #72541 | Error for fetching a decimal value from a variable | ||
---|---|---|---|
Submitted: | 5 May 2014 23:37 | Modified: | 6 May 2014 12:10 |
Reporter: | Rafael Caesar Lenzi | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | >=5.2.6, 8.0 | OS: | Windows |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[5 May 2014 23:37]
Rafael Caesar Lenzi
[5 May 2014 23:39]
Rafael Caesar Lenzi
MySQL test3.xls
Attachment: MySQL test3.xls (application/vnd.ms-excel, text), 36.00 KiB.
[6 May 2014 12:10]
MySQL Verification Team
Thank you for the bug report. Verified as described.
[16 Sep 2014 15:51]
Hemant Dangi
Hello Rafael, Thanks for showing interest in MySQL Connector/ODBC. I am taking this as a bug in MyODBC and will try to resolve asap, so meanwhile you can use below workaround. myCommand.CommandText = "SELECT Convert(CAST(12.1 AS DECIMAL(10, 4)), Char) INTO @z;" And I am downgrading its severity to S2, as workarounds are there and its not complete loss of service. Thanks.
[30 Nov 13:27]
MySQL Verification Team
Bug #113285 marked as duplicate of this one.