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 38800 - When an empty SQL command is executed, status shows "running..."
Summary: When an empty SQL command is executed, status shows "running..."
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-15 10:33 UTC by Jiri Skrivanek
Modified: 2004-01-27 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (589 bytes, patch)
2004-01-26 15:44 UTC, Jiri Skrivanek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2004-01-15 10:33:27 UTC
When you open Command Editor and click Execute
button  (command text area is empty), staus line
displays "Command is running..." until it is
replaced by other message.

To reproduce:

- connect to a database
- on a node in database structure call "Execute
Command" from popup
- click "Execute" button
- status line shows "Command is running..."

Tested in build 200401141900, JDK1.4.2_03, WindowsXP.
Comment 1 Jiri Skrivanek 2004-01-26 15:44:44 UTC
Created attachment 13071 [details]
patch
Comment 2 Jiri Skrivanek 2004-01-26 15:46:28 UTC
Submitted patch to change status text to "running..." only if command
is not empty and to clear status when command is empty.
Comment 3 Radko Najman 2004-01-26 17:18:38 UTC
Fixed. Proposed patch applied.

Thanks for you contribution, Radko
Comment 4 Jiri Skrivanek 2004-01-27 09:08:07 UTC
Verified in build 200401261900.