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 145182 - Extra spaces around '='
Summary: Extra spaces around '='
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ ahimanikya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-26 16:32 UTC by Roman Mostyka
Modified: 2008-09-01 14:52 UTC (History)
0 users

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 Roman Mostyka 2008-08-26 16:32:43 UTC
1. Connect to "travel" Java DB and open SQL Editor.
2. Rightclick PERSON table and choose "View Data...".
3. Rightclick some row and choose "Show SQL Script for DELETE".

Result: Script is shown:
DELETE FROM TRAVEL.PERSON WHERE PERSONID = 6;
There are spaces around '='. Probably without them reading will be easier.
Not sure that this is valid issue, probably for someone it isn't, so you are free to close it as INVALID.
Comment 1 _ ahimanikya 2008-08-27 09:56:55 UTC
I think we should use space around '='
Comment 2 Andrei Badea 2008-09-01 14:52:02 UTC
+1, spaces actually improve readability.