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 213090 - Edit function not working while creating table from IDE
Summary: Edit function not working while creating table from IDE
Status: RESOLVED DUPLICATE of bug 205888
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 215243 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-28 11:58 UTC by hiren
Modified: 2012-10-05 10:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Create Table dialogue box (38.04 KB, image/png)
2012-05-28 11:58 UTC, hiren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hiren 2012-05-28 11:58:05 UTC
Created attachment 119933 [details]
Create Table dialogue box

Hi,
When creating table using Apache Derby, edit function doesn't work properly from IDE. To make my point clear please click on link below

http://netbeans.org/kb/docs/ide/java-db.html#creating

Then go to section "Creating Table" and go to point#8
which shows a dialogue box, a frame with "Create Table" title.
I have attached a image for same.

I followed the steps while creating table in my database. But edit function is not working properly. What happens is that new columns are added on top in that window. You can only edit the most recent added column. If you want to edit the first entered column then it doesn't work.

In the example shown in netbeans documents, 'id' is the new added column and 'email' is the first created column name. so you can edit column details for 'id' column but you can't edit 'email' column details which i think is not logical. 
You can edit any column at any time as such table is not created and we are preparing the query.

If this is a duplicate bug then please ignore this entry. If this is new issue, please address it and let me know of the outcome once solved.
Cheers.
Comment 1 Jaroslav Havlin 2012-05-28 12:59:18 UTC
Hello,
this is a duplicate of bug 205888. It is already fixed in NetBeans 7.2.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 205888 ***
Comment 2 Jaroslav Havlin 2012-10-05 10:12:31 UTC
*** Bug 215243 has been marked as a duplicate of this bug. ***