Bug #105768 | MySqlCommandBuilder does'nt support tables with a bigint unsigned as primary key | ||
---|---|---|---|
Submitted: | 1 Dec 2021 20:28 | Modified: | 19 Jan 2022 21:05 |
Reporter: | Steve Mettraux | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 8.0.27 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[1 Dec 2021 20:28]
Steve Mettraux
[8 Dec 2021 12:55]
MySQL Verification Team
Hello Steve Mettraux, Thank you for the bug report. Verified as described. Workaround is to use WB/CLI to create the table. Regards, Ashwini Patil
[19 Jan 2022 21:05]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.29 release, and here's the proposed changelog entry from the documentation team: A primary key having a column or columns of type unsigned BIGINT (unsigned 64-bit integer) was not supported when the table was used with the MySqlCommandBuilder class to generate single-table commands. Thank you for the bug report.