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

Summary: No space between table fields names
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: Show DataAssignee: _ ahimanikya <ahimanikya>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.