Bug #54196 After update WB 5.2.21 -> 5.2.22 Integer Values in Inserts changed to Decimal
Submitted: 3 Jun 2010 8:13 Modified: 9 Jul 2010 9:23
Reporter: Michael Schramm Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version: OS:Windows (7)
Assigned to: CPU Architecture:Any
Tags: decimal, INTEGER, UPDATE

[3 Jun 2010 8:13] Michael Schramm
Description:
I updated WB5.2.21 to WB 5.2.22 and opened an existing EER

The Column stays the same, BUT all inserted Values in columns from type integer, ..., TINYINT  where Displayed as DECIMAl.

  
all tables are effected

i.e.

WB5.2.21
Table -> with column TINYINT
INSERTED values for this column displayed as
1
2
3
4
...

WB5.2.22
Table -> STILL with column TINYINT BUT
INSERTED values vor this column are now displayed as
1.0
2.0
3.0
4.0
...

How to repeat:
You have to create an EER with an table and a column from type TINIINT and insert a value in this column. 

Then update from 5.2.21 to 5.2.22

Open further ceated EER an show into the inserted rows
[3 Jun 2010 8:15] Michael Schramm
Changed display of existing data after update

Attachment: EER values after update.jpg (image/pjpeg, text), 29.62 KiB.

[9 Jun 2010 9:23] Valeriy Kravchuk
Can you, please, upload .mwb file to demonstrate the problem?
[9 Jul 2010 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".