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

Summary: SQL CC: Metadata is suggested by code completion after wrong symbol
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: SQL EditorAssignee: Andrei Badea <abadea>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.