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 141599 - SQL CC: Metadata is suggested by code completion after wrong symbol
Summary: SQL CC: Metadata is suggested by code completion after wrong symbol
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 18:50 UTC by Roman Mostyka
Modified: 2008-07-24 23:38 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-24 18:50:28 UTC
1. Open SQL Editor.
2. Type "select -" and press Ctrl+Space.

Result: Code completion list appears, but such syntax is invalid.
Comment 1 Andrei Badea 2008-07-24 23:38:51 UTC
select -foo.bar from foo

is valid SQL.