This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154634 - Add "Move Up" and "Move Down" buttons to "Create Table" dialog for moving columns
Summary: Add "Move Up" and "Move Down" buttons to "Create Table" dialog for moving col...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
: 65758 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-04 17:56 UTC by Roman Mostyka
Modified: 2013-02-16 01:53 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-12-04 17:56:20 UTC
1. Connect to some DB.
2. Expand it's node, rightclick "Tables" node and choose "Create Table...".
3. Enter table name, set name and type for first column.
4. Add second column and set name and type for it.

Result: If user wants to change columns order, there is only one workaround:
Change first column name to second and do the same for first column type. After this do the same actions for second
column, but with values from first column.
But if user has 10 columns and it is necessary to change order, it will be very inconvenient to do.
We need add some buttons like "Move Up" and "Move Down" for this purpose.
Comment 1 Jiri Rechtacek 2009-10-16 14:11:09 UTC
Reassigned to new owner.
Comment 2 matthias42 2012-08-20 14:57:28 UTC
*** Bug 65758 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Havlin 2013-02-14 10:10:49 UTC
http://hg.netbeans.org/core-main/rev/806bbc5dd3a2
Fixed.
Comment 4 Quality Engineering 2013-02-16 01:53:56 UTC
Integrated into 'main-golden', will be available in build *201302152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/806bbc5dd3a2
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #154634: Add "Move Up" and "Move Down" buttons to "Create Table" dialog for moving columns