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 139373 - Quote only when required
Summary: Quote only when required
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: 138348
Blocks:
  Show dependency tree
 
Reported: 2008-07-09 11:21 UTC by _ ahimanikya
Modified: 2008-07-22 15:48 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 _ ahimanikya 2008-07-09 11:21:56 UTC
This sometimes generate more portable code...

We should quote the following 
INSERT INTO test.`quo+ted` (`i-d`) VALUES (4);

But not 

INSERT INTO test.notquoted (id) VALUES (4);
Comment 1 _ ahimanikya 2008-07-09 11:25:13 UTC
Fixed.
http://hg.netbeans.org/dbdataview/rev/df6404205711
Comment 2 Roman Mostyka 2008-07-22 15:48:51 UTC
Verified with build 080722.