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 153690

Summary: Add view support in SQL completion
Product: db Reporter: massimoh <massimoh>
Component: DB schemaAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED FIXED    
Severity: blocker CC: romanmostyka, saeed_z_f
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description massimoh 2008-11-22 01:20:36 UTC
If I type "SELECT * FROM ", then hit ctrl-space (complete code), I see a list of all tables, but I don't see any views.

NetBeans 6.5
JDK 1.6.0_10
Windows Server 2008 x64

(database explorer is otherwise awesome, btw!)
Comment 1 David Vancouvering 2009-01-05 20:11:44 UTC
Yes, this is a known limitation.  We'll see if we can get to it in this release.
Comment 2 Jiri Rechtacek 2009-10-16 14:11:21 UTC
Reassigned to new owner.
Comment 3 matthias42 2014-10-05 18:30:23 UTC
*** Bug 157723 has been marked as a duplicate of this bug. ***
Comment 4 matthias42 2014-10-10 19:05:00 UTC
Checked in 8.0.1: Works as expected (Views are present in the completion list).