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 189020 - CLOB filed editor limited to 2000 characters
Summary: CLOB filed editor limited to 2000 characters
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on: 206233
Blocks:
  Show dependency tree
 
Reported: 2010-07-28 14:22 UTC by holub
Modified: 2012-03-10 22:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description holub 2010-07-28 14:22:07 UTC
еditing of long CLOB data cutting the field's value
Comment 1 matthias42 2011-12-11 14:24:08 UTC
The problem lies in the way CLOBs are handled. Only a subset of the CLOB (the noted 2000 chars) is loaded from the database. This in turn creates further problems: Updates on such rows should not work - at least if the DBMS realy does compares on BLOB types).
Comment 2 matthias42 2012-03-10 22:16:55 UTC
There are problems remaining in 206233 (patches are supplied in that bug), but 206233 should fix this issue.