Bug #55620 | data type will get blank and ignored | ||
---|---|---|---|
Submitted: | 29 Jul 2010 4:05 | Modified: | 11 Nov 2010 15:22 |
Reporter: | Susanne Ebrecht | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.25 SE | OS: | Any |
Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
[29 Jul 2010 4:05]
Susanne Ebrecht
[29 Jul 2010 4:05]
Susanne Ebrecht
movie to show the behaviour
Attachment: datatype.ogv (video/ogg, text), 408.52 KiB.
[29 Jul 2010 10:21]
Johannes Taxacher
this actually applies to all platforms (changed the OS setting in report accordingly) and happens if the default datatype for the PK column is set to some synonym type like 'INTEGER' instead of 'INT' (default setting for a fresh install of WB is 'INT'). as workaround, set your default PK datatype to 'INT' in preferences.
[9 Nov 2010 10:44]
Johannes Taxacher
now synonym datatypes are not listed/pre-filled in SQL-Editors table editors. fix confirmed in repository
[11 Nov 2010 15:22]
Tony Bedford
An entry has been added to the 5.2.30 changelog: In the Create Table dialog of the SQL Editor, if a new column was created with a synonym data type such as INTEGER, then the datatype would appear blank, both in the interface and in the generated SQL. This resulted in an error when clicking the Apply SQL button.