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 33389 - Delete action on Index nodes doesn't show err messages
Summary: Delete action on Index nodes doesn't show err messages
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-05 10:27 UTC by Martin Schovanek
Modified: 2003-12-11 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2003-05-05 10:27:29 UTC
[S1S5 Build 030428_1, jdk1.4.1, jdbc:oracle:thin:]

Steps to reproduce:
-------------------
1) (re)create table:
   create table "AA" ("a" SMALLINT not null
primary key)
2) expand Indexes node and delete the PK index

The index is not deleted and a err messages is not
showed.

3) perform the same delete command in the Command
Editor

The following message appears:
'cannot drop index used for enforcement of unique key'
Comment 1 Radko Najman 2003-09-10 15:19:26 UTC
Fixed.
Comment 2 Martin Schovanek 2003-10-07 15:52:38 UTC
VERIFIED