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

Summary: When an empty SQL command is executed, status shows "running..."
Product: db Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: Radko Najman <rnajman>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: patch

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.