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 143584 - No space between table fields names
Summary: No space between table fields names
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ahimanikya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-12 10:33 UTC by Roman Mostyka
Modified: 2008-08-19 14:34 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-12 10:33:52 UTC
1. Rightclick some table and choose "View Data...".
2. Rightclick some row and choose "Show SQL Script for CREATE".

Result: Dialog appears and followinf text are in it:
"CREATE TABLE project(id INTEGER NOT NULL,name VARCHAR(20),version VARCHAR(5));".
There is no spaces between table fields names.
But in script for INSERT there are spaces:
"INSERT INTO test.project   (id, name, version)  VALUES   (1, 'NetBeans', '6.0');".
We should be consistent. And text is more easily readable with spaces.
Comment 1 _ ahimanikya 2008-08-19 12:41:00 UTC
http://hg.netbeans.org/main/rev/70f1ba80ccb8
Comment 2 Roman Mostyka 2008-08-19 14:34:16 UTC
Verified with build 080819.