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 142387 - SQL CC: Statement for table with '-' becomes wrong
Summary: SQL CC: Statement for table with '-' becomes wrong
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 11:52 UTC by Roman Mostyka
Modified: 2008-08-02 16:02 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-07-31 11:52:25 UTC
1. Create table "-test".
2. Open SQL Editor, type "select -" and press Ctrl+Space.
3. Choose "-test" from the list and press Enter.

Result: Statement becomes "select --test".
Comment 1 Andrei Badea 2008-08-01 09:52:44 UTC
41b7892a3129
Comment 2 Roman Mostyka 2008-08-01 15:17:45 UTC
Verified with build 080801.
Comment 3 Quality Engineering 2008-08-02 16:02:18 UTC
Integrated into 'main-golden', available in build *200808021401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/41b7892a3129
User: Andrei Badea <abadea@netbeans.org>
Log: #142387: SQL CC: Statement for table with '-' becomes wrong