Bug #100773 | Contribution: Fix InvalidCastException in MySQLDatabaseCreator.HasTablesAsy ... | ||
---|---|---|---|
Submitted: | 8 Sep 2020 15:04 | Modified: | 24 Nov 2020 15:43 |
Reporter: | OCA Admin (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[8 Sep 2020 15:04]
OCA Admin
[8 Sep 2020 15:04]
OCA Admin
Contribution submitted via Github - Fix InvalidCastException in MySQLDatabaseCreator.HasTablesAsync (*) Contribution by Cédric Luthi (Github 0xced, mysql-connector-net/pull/33#issuecomment-687911216): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: git_patch_480842443.txt (text/plain), 4.10 KiB.
[8 Sep 2020 15:24]
MySQL Verification Team
Thank you for the contribution.
[24 Nov 2020 15:43]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.23 release, and here's the proposed changelog entry from the documentation team: A cast made with the wrong data type during a valid EF Core operation returned an exception. Thank you for the bug report.