Bug #52373 | User-defined datatype of UNSIGNED INT loses UNSIGNED during Synchronize Model... | ||
---|---|---|---|
Submitted: | 25 Mar 2010 17:25 | Modified: | 14 Jun 2013 6:05 |
Reporter: | mike blackman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.16 beta | OS: | Linux (Ubuntu 9.10) |
Assigned to: | CPU Architecture: | Any | |
Tags: | UNISGNED INT synchronize model user defined data type |
[25 Mar 2010 17:25]
mike blackman
[26 Mar 2010 12:26]
Susanne Ebrecht
Many thanks for writing a bug report. Verified as described.
[16 Jul 2010 11:19]
Simon Alford
I have the same issue on Windows XP with a user defined type of BIGINT(16) UNSIGNED, using version 5.2.25 of the Workbench. Interestingly not all tables using the type are affected during the Synchronize. I fiddled around with my model to try and discover what caused some tables to have the issue and others not to. I gave up after a while because one table just refused to show the issue. I have attached my model to the Bug. To reporduce: 1) Open my model 2) Forward engineer the model 3) Synchronize the model 4)Review the synchronize script. Notice how tables TargetIMSIs and TargetIMIEs are affected but Sessions is not.
[11 Jan 2011 16:04]
Tom Sobut
Same bug present on MacOS version as well. Version 5.2.31.
[5 Nov 2012 17:21]
kuni katsuya
still loses unsigned on sync, but not forward engineer in version 5.2.44
[5 Jun 2013 13:54]
Vares Pierre-Olivier
This bug is also there when syncing an existing table : - the column is shown as different than the one from the server - and, therefore, an ALTER TABLE command is issued without the UNSIGNED Very annoying, because that worked before. From my point of view, it's exactly as if the SYNC function didn't work at all anymore (all my tables are marked "modified", I have to check them one by one to ignore them)
[14 Jun 2013 6:05]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 public beta release, and here's the changelog entry: When "Synchronize Model" the feature was used to generate SQL to modify an existing database, it would lose the UNSIGNED attribute while executing the synchronization. Thank you for the bug report.