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 145143 - SQL CC: No suggestions after alias used second time
Summary: SQL CC: No suggestions after alias used second time
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-08-26 13:55 UTC by Roman Mostyka
Modified: 2008-09-10 18:39 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-08-26 13:55:01 UTC
1. Open SQL Editor.
2. Type following statement:
"select p.name, p.jobtitle from person p group by p.jobtitle, p.".
3. Press Ctrl+Space.

Result: "No suggestions" message appears. Before first "p." after "group by" CC list contains fields from person table,
for the second "p." doesn't.
Comment 1 Andrei Badea 2008-09-01 14:45:43 UTC
Reproducible.
Comment 2 Andrei Badea 2008-09-02 14:04:49 UTC
#4dca76e95ec5
Comment 3 Quality Engineering 2008-09-03 17:36:36 UTC
Integrated into 'main-golden', will be available in build *200809031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4dca76e95ec5
User: Andrei Badea <abadea@netbeans.org>
Log: #145143: SQL CC: No suggestions after alias used second time
Comment 4 Roman Mostyka 2008-09-10 18:39:48 UTC
Verified with build 080909.