View Issue Details

IDProjectCategoryView StatusLast Update
0001596Database Workbench v5Diagrammingpublic2018-07-09 13:45
ReporterStephen Lappin Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.4.2 
Fixed in Version5.4.4 
Summary0001596: Loosing column attributes when column above is deleted
DescriptionOn deleting an existing column, the column below loses any set column attributes
Steps To Reproduceprepare an exising table to have the following columns:
id BigInt NOT NULL UNSIGNED
col_a Text NOT NULL
col_b Text NOT NULL
col_c Bigint NOT NULL UNSIGNED
col_d Bigint NOT NULL UNSIGNED

delete col_b.
col_c's unsigned attribute is no longer checked
TagsNo tags attached.

Activities

Stephen Lappin

2018-05-02 14:27

reporter   ~0000464

Issue also arises when adding columns and moving up.

Example.
Added a Boolean column, then move it up near top of column list.
All BigInt column below the new column had lost their UNSIGNED attribute.

Stephen Lappin

2018-05-02 14:29

reporter   ~0000465

Actually, just moving an existing column from below an UNSIGNED BigInt column to above it, results in BigInt losing its UNSIGNED attribute

Issue History

Date Modified Username Field Change
2018-04-25 12:42 Stephen Lappin New Issue
2018-05-02 14:27 Stephen Lappin Note Added: 0000464
2018-05-02 14:29 Stephen Lappin Note Added: 0000465
2018-05-15 09:40 Martijn Tonies Status new => resolved
2018-05-15 09:40 Martijn Tonies Fixed in Version => 5.4.4
2018-05-15 09:40 Martijn Tonies Resolution open => fixed
2018-05-15 09:40 Martijn Tonies Assigned To => Martijn Tonies
2018-07-09 13:45 Martijn Tonies Status resolved => closed