Bug #105209 | Bug #91752 is marked as fixed in v8.0.16, but still present in v8.0.26 | ||
---|---|---|---|
Submitted: | 13 Oct 2021 15:07 | Modified: | 24 Nov 2021 17:23 |
Reporter: | Ann Onymous | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 8.0.26 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[13 Oct 2021 15:07]
Ann Onymous
[14 Oct 2021 8:15]
Ann Onymous
Further testing confirms that this affects nullable as well as non-nullable TIME columns.
[14 Oct 2021 12:48]
MySQL Verification Team
Hello Ann Onymous, Thank you for the report. Verified as described. Regards, Ashwini Patil
[24 Nov 2021 17:23]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.28 release, and here's the proposed changelog entry from the documentation team: When reading zero time values from TIME NOT NULL columns, the data reader could return a NULL value instead of zero, causing subsequent GetTimeSpan() calls to fail. Now, if Connector/NET encounters NULL when reading the column value, it resets the value to zero time ('00:00:00'). Thank you for the bug report.