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

Summary: Columns aren't visible with SQLite
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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