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 - Improve support for CLOB data type
Summary: Improve support for CLOB data type
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-09 08:47 UTC by Petr Blaha
Modified: 2006-03-24 13:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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