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 148252 - SQL CC: "No suggestions" for Java DB system table
Summary: SQL CC: "No suggestions" for Java DB system table
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 15:43 UTC by Roman Mostyka
Modified: 2008-09-24 16:37 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-09-24 15:43:10 UTC
1. Connect to "travel" Java DB.
2. Open SQL Editor and type following statement:
"select * from ".
3. Press Ctrl + Space.
4. Select "APP" from CC list, type "." and press Ctrl + Space.

Result: "No suggestions" message appears. Statement "select * from APP;" doesn't work.
I guess APP is system table.
Comment 1 Andrei Badea 2008-09-24 16:37:08 UTC
There are no tables in the APP schema.