Bug #45834 | Fwd Eng SQL ALTER Script... changes columns that use user types with empty args | ||
---|---|---|---|
Submitted: | 29 Jun 2009 17:04 | Modified: | 17 Feb 2010 11:20 |
Reporter: | Stas Trefilov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.1.15 RC | OS: | Any |
Assigned to: | Alexander Musienko | CPU Architecture: | Any |
[29 Jun 2009 17:04]
Stas Trefilov
[30 Jun 2009 5:47]
Valeriy Kravchuk
Thank you for the bug report. Verified just as described also on Windows XP.
[15 Feb 2010 22:17]
Johannes Taxacher
not repeatable in current beta version
[17 Feb 2010 11:20]
Tony Bedford
An entry has been added to the 5.2.15 changelog: If a model contained a table which used a user defined type for a column, then when the model was forward engineered an erroneous COLUMN CHANGE statement was generated for the column. This only happened for user defined types without additional arguments. For example, a user defined type using INTEGER(11) would not create a COLUMN CHANGE statement, but using INTEGER would.