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 - Add view support in SQL completion
Summary: Add view support in SQL completion
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
: 157723 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-22 01:20 UTC by massimoh
Modified: 2014-10-10 19:05 UTC (History)
2 users (show)

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 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).