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 69272 - User cannot delete column of table
Summary: User cannot delete column of table
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-24 16:01 UTC by Marek Grummich
Modified: 2005-12-20 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snapshot (5.02 KB, image/png)
2005-11-24 16:02 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-11-24 16:01:18 UTC
Build 200511231900 + sjsas_pe-8_2_2005Q2

When user wants to delete a column of table, the attached error dialog is appeared.
Comment 1 Marek Grummich 2005-11-24 16:02:23 UTC
Created attachment 27251 [details]
Snapshot
Comment 2 Andrei Badea 2005-11-24 19:01:43 UTC
Derby doesn't support dropping columns. The action should be disabled.
Comment 3 Andrei Badea 2005-11-30 21:37:31 UTC
Fixed.

Checking in src/org/netbeans/modules/db/explorer/nodes/ColumnNode.java;
/cvs/db/src/org/netbeans/modules/db/explorer/nodes/ColumnNode.java,v  <-- 
ColumnNode.java
new revision: 1.20; previous revision: 1.19
done
Checking in libsrc/org/netbeans/lib/ddl/resources/dbspec.plist;
/cvs/db/libsrc/org/netbeans/lib/ddl/resources/dbspec.plist,v  <--  dbspec.plist
new revision: 1.51; previous revision: 1.50
done
Comment 4 Marek Grummich 2005-12-20 15:06:52 UTC
verified 200512192030