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 142450 - SQL CC: No suggestions after JOIN
Summary: SQL CC: No suggestions after JOIN
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 18:23 UTC by Roman Mostyka
Modified: 2008-08-02 16:01 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 18:23:42 UTC
1. Open SQL Editor.
2. Type following statement:
"select trip.depdate from trip inner join person on person. = trip.".
3. Place cursor after 'person.' or 'trip.' and press Ctrl+Space.

Result: "No suggestions" message appears.
Comment 1 Andrei Badea 2008-08-01 10:36:04 UTC
2d646d897b34
Comment 2 Roman Mostyka 2008-08-01 15:17:46 UTC
Verified with build 080801.
Comment 3 Quality Engineering 2008-08-02 16:01:44 UTC
Integrated into 'main-golden', available in build *200808021401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/2d646d897b34
User: Andrei Badea <abadea@netbeans.org>
Log: #142450: SQL CC: No suggestions after JOIN