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 142137

Summary: [65cat] CC show columns for incorrect table
Product: db Reporter: Michel Graciano <hmichel>
Component: SQL EditorAssignee: Andrei Badea <abadea>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Erroneous CC

Description Michel Graciano 2008-07-29 20:32:01 UTC
[ BUILD # : 200807280848 ]
[ JDK VERSION : 1.6.0_07 ]

For example TRAVEL connection, try to create the follow query:

select * from FLIGHT;
select * from HOTEL where |;

and invoke the CC in the | position. You will see the FLIGHT table
columns instead HOTEL. I can reproduce it for Oracle connections too.
And if I add a alias for tables, the CC don't work.
Comment 1 Michel Graciano 2008-07-29 20:33:43 UTC
Created attachment 65982 [details]
Erroneous CC
Comment 2 Michel Graciano 2008-07-29 21:22:56 UTC
I think it is already fixed for build 200807291401.
Feel free to mark as fixed.

Regards
Comment 3 Andrei Badea 2008-07-30 10:31:54 UTC
Right, this was fixed about two days ago.

0d718a5b6c6f
Comment 4 Roman Mostyka 2008-07-30 11:04:07 UTC
v