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 184585 - Code completion for aliases
Summary: Code completion for aliases
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-21 07:06 UTC by nbphpuser
Modified: 2014-10-10 20:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nbphpuser 2010-04-21 07:06:18 UTC
I'm using Postgres and dev build of NB

In Postgres 'c' is reserved and if you use 'c' char as alias to table then code complete doesn't work, while query itself works fine in postgres

select a.*, c.* from table_a as a join table_c as c on c.

after "c." code completion has no offers.
Comment 1 matthias42 2014-10-10 20:06:41 UTC
I currently have no postgresql so can't check against db, but the bug is not reproducible with netbeans 8.0.1 against derby.

The bug is pretty old - so please recheck the current status. I'll close the bug for now, please reopen, if you can reproduce.

If you can reproduce, please also provide a screenshot of the problem and the log of the session in which you reproduced this problem. Thank you!