Bug #96744 | Error on migrating NUMERIC from MSSQL | ||
---|---|---|---|
Submitted: | 4 Sep 2019 11:06 | Modified: | 19 Nov 2019 21:42 |
Reporter: | Jonathan Borges | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Migration | Severity: | S3 (Non-critical) |
Version: | 8.0.17 | OS: | Windows (Windows 10) |
Assigned to: | CPU Architecture: | x86 (64bit) | |
Tags: | migration, MSSQL, numeric |
[4 Sep 2019 11:06]
Jonathan Borges
[4 Sep 2019 13:26]
MySQL Verification Team
Thank you for the bug report.
[19 Nov 2019 15:57]
Miguel Tadeu Mota
Posted by developer: commit id: 0445a619c6021a5441a9a1bc686cb0cf82072185
[19 Nov 2019 21:42]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Workbench 8.0.19 release, and here's the changelog entry: An original SQL Server record (for example, 1020.6) was copied inaccurately to the corresponding MySQL column (1020.0) when migrated using the DECIMAL data type. Similarly, data migrated using the NUMERIC type generated a type-conversion error. Now, both decimal and numeric values are stored as DECIMAL types to fix the resolution of the decimal value or to fix the type conversion. Thank you for the bug report.