Bug #49063 | Workbench does not detect signed/unsigned changes in schema | ||
---|---|---|---|
Submitted: | 24 Nov 2009 20:00 | Modified: | 1 Dec 2009 9:57 |
Reporter: | Giuseppe Maxia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.1.18, 5.2.8 | OS: | MacOS |
Assigned to: | Alexander Musienko | CPU Architecture: | Any |
Tags: | changes, schema, synchronization, UNSIGNED |
[24 Nov 2009 20:00]
Giuseppe Maxia
[26 Nov 2009 17:18]
Johannes Taxacher
this also affects live editors. if you only change the unsigned flag of a table you dont get to apply that change ...
[1 Dec 2009 0:50]
Johannes Taxacher
fixed in repository. will be included in 5.2.10
[1 Dec 2009 5:43]
Giuseppe Maxia
Please fix this problem also in the 5.1.x version
[1 Dec 2009 9:57]
Tony Bedford
An entry has been added to the 5.2.10 changelog: MySQL Workbench did not handle signed and unsigned integers correctly. For example, if performing a synchronization between a model and a live database where the only difference was a column was declared to be of type INTEGER in one case and UNSIGNED INTEGER in the other, the difference would not be detected and the ALTER script would imply the databases were the same.