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 64648

Summary: Exception is thrown when view data action is performed
Product: db Reporter: Michal Mocnak <mmocnak>
Component: CodeAssignee: Andrei Badea <abadea>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: error log

Description Michal Mocnak 2005-09-19 12:42:00 UTC
Found in the nb50dev in the build 20050918

1. create table (i used the pointbase db) with CLOB column
2. add a few rows into the table
3. run view data action on the CLOB column

=> the exception is thrown
Comment 1 Michal Mocnak 2005-09-19 12:42:52 UTC
Created attachment 24933 [details]
error log
Comment 2 Andrei Badea 2005-09-19 13:44:06 UTC
Fixed.

Checking in ResultSetTableModelSupport.java;
/cvs/db/core/src/org/netbeans/modules/db/sql/execute/ResultSetTableModelSupport.java,v
 <--  ResultSetTableModelSupport.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 Martin Schovanek 2005-11-18 19:50:56 UTC
VERIFIED