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 151714 - Columns aren't visible with SQLite
Summary: Columns aren't visible with SQLite
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 13:35 UTC by Roman Mostyka
Modified: 2009-07-16 09:41 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-10-29 13:35:12 UTC
Issue reported by cusomter (look here for more info: http://forums.sun.com/thread.jspa?threadID=5342826&tstart=0).

"I can't see columns (not yet implemented exception thrown, which isn't caught)
After connecting my datasource I expand "tables" and try to further expand an arbitrary table node by clicking on '+' .
Here the exception window appears. You see that "uncaught exception" wasn't the right phrase. But it seems to be caught
very high on the stack and opens that annoying window."
Comment 1 David Vancouvering 2008-10-29 15:22:59 UTC
SQLite doesn't support DatabaseMetadata, that's why you're getting the exception.  But we should handle it more
gracefully.  This is not a P2, however, as it is happening on an unsupported database and the message is clear enough to
know what to do.
Comment 2 Jiri Rechtacek 2009-02-10 15:16:15 UTC
Reassigned to new owner.
Comment 3 Jiri Rechtacek 2009-07-16 09:41:22 UTC
core-main/rev/8d4084347247