Bug #103390 | Can't read CHAR(36) column if MySqlCommand is prepared | ||
---|---|---|---|
Submitted: | 20 Apr 2021 19:19 | Modified: | 7 Sep 2021 19:29 |
Reporter: | Bradley Grainger (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 8.0.24, 8.0.25 | OS: | Windows (10) |
Assigned to: | CPU Architecture: | Other (x64) |
[20 Apr 2021 19:19]
Bradley Grainger
[28 May 2021 8:14]
MySQL Verification Team
Hello Bradley, Thank you for the report and test case. Verified as described. regards, Umesh
[7 Sep 2021 19:29]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.27 release, and here's the proposed changelog entry from the documentation team: When querying a CHAR(36) column, reading a non-NULL value could emit an error if MySqlCommand is prepared. Thank you for the bug report.