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 142990 - Every SQL error causes a popup window
Summary: Every SQL error causes a popup window
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ ahimanikya
URL:
Keywords:
: 142824 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-06 01:29 UTC by David Vancouvering
Modified: 2008-08-07 15:47 UTC (History)
1 user (show)

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 David Vancouvering 2008-08-06 01:29:20 UTC
When I execute SQL with SQLExecutor.execute(), it ends up using dataview to execute the SQL (rather than duplicate the
execution logic itself).  

With a recent build, I've noticed that every error not only gets logged to the output window but results in a popup.  In
a large script that executes multiple statements this is extremely annoying and time-consuming as you have to press "OK"
for each error.  For unit tests it actually blocks the unit test.

Is there a reason we need to do a popup for each error?  It seems that just displaying the errors in the output window
should be sufficient.
Comment 1 _ ahimanikya 2008-08-06 04:19:06 UTC
We had another issue that suggest it should popup. Let me see if I can restrict to editing operation only.
Comment 2 _ ahimanikya 2008-08-06 04:37:43 UTC
*** Issue 142824 has been marked as a duplicate of this issue. ***
Comment 3 _ ahimanikya 2008-08-06 11:05:57 UTC
http://hg.netbeans.org/main/rev/e22a6d469459
Comment 4 Roman Mostyka 2008-08-07 15:47:11 UTC
Verified with build 080806.