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 64168 - Please allow for a semicolon at the end of a query
Summary: Please allow for a semicolon at the end of a query
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 22:54 UTC by reedb2005
Modified: 2007-06-27 09:58 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 reedb2005 2005-09-12 22:54:03 UTC
When executing an sql command, could you please allow for semicolon's.  I find
it frustrating to depart from standard SQL when entering queries in Netbeans.  I
realize this is a very small thing and easily worked around by simply omitting
the semicolon, but it is a small usability thing that has a simple fix.

Please allow:
select * from abc;
Rather than the current:
select * from abc

Thanks.
Comment 1 Andrei Badea 2007-06-27 09:58:48 UTC
Implemented in 5.5 together with the ability to execute multiple semicolon-delimited statements.