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

Summary: [82cat] Drop index function should ask for confirmation first
Product: db Reporter: brettryan <brettryan>
Component: DB schemaAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

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.