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 - Exception is thrown when view data action is performed
Summary: Exception is thrown when view data action is performed
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 12:42 UTC by Michal Mocnak
Modified: 2005-11-18 19:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error log (1.10 KB, text/plain)
2005-09-19 12:42 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
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