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 262856 - [82cat] Drop index function should ask for confirmation first
Summary: [82cat] Drop index function should ask for confirmation first
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-18 14:45 UTC by brettryan
Modified: 2016-07-18 14:45 UTC (History)
0 users

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 brettryan 2016-07-18 14:45:23 UTC
Steps to Reproduce
------------------

1. Open the Java DB Sample database.
2. Expand to any index node, right click and select "Delete..."


Actual Behaviour
----------------

Will delete the index immediately or, if a unique constraint is associated with the index the driver shall issue the error 'Unable to execute command'.


Expected Behaviour
------------------

A confirmation dialog should appear as is done with the `Delete Table` and `Delete Column` function.