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 58678

Summary: Improve support for CLOB data type
Product: db Reporter: Petr Blaha <blaha>
Component: CodeAssignee: Andrei Badea <abadea>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Blaha 2005-05-09 08:47:59 UTC
[netbeans 41 RC2]
DB explorer shows mystic code like com.pointbase.jdbc.jdbcClob@5c4833 for CLOB
data type. We should improve this behaviour, e.g. prints first n characters
Comment 1 Andrei Badea 2005-08-18 10:10:26 UTC
Fixed by the integration of the new SQL Editor: the first 100 characters for
CLOB types and 100 bytes for BLOB types are displayed.
Comment 2 Petr Blaha 2005-09-08 12:05:51 UTC
[build 20050907]