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 111156 - If you execute a DDLCommand, and it causes a SQLException, it raises a dialog
Summary: If you execute a DDLCommand, and it causes a SQLException, it raises a dialog
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-26 17:43 UTC by David Vancouvering
Modified: 2008-08-18 21:11 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 David Vancouvering 2007-07-26 17:43:59 UTC
DDL commands are in a lower-level utility package and should rethrow exceptions rather than catch them and display
dialogs.
Comment 1 Andrei Badea 2007-07-27 09:47:59 UTC
David, "current" should never be used.
Comment 2 David Vancouvering 2007-10-26 20:24:39 UTC
This will require changes that could potentially destabilize the code, so moving to future.
Comment 3 David Vancouvering 2008-08-18 21:11:10 UTC
Andrei fixed this with his fix to Issue 142139