Bug #90958 | MySql.Data.EntityFrameworkCore has problem with migration after rename table | ||
---|---|---|---|
Submitted: | 22 May 2018 4:27 | Modified: | 1 Jul 2019 19:17 |
Reporter: | deng yakui | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 8.0.11 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | MySql.Data |
[22 May 2018 4:27]
deng yakui
[31 May 2018 11:53]
Chiranjeevi Battula
Hello deng yakui, Thank you for the bug report. Verified based on internal discussion with dev's. Thanks, Chiranjeevi.
[1 Jul 2019 19:17]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 6.10.9 and 8.0.18 release, and here's the changelog entry: A syntax error was generated during an operation attempting to rename a table that was previously migrated from code. Now, the primary key constraint for an existing table can be dropped without errors when the follow-on migration operation is performed. Thank you for the bug report.