Project

General

Profile

Actions

Bug #4708

closed

Handle writing a text node > 4000 characters to the db.

Added by Michael Daigle about 14 years ago. Updated about 14 years ago.

Status:
Resolved
Priority:
Normal
Category:
metacat
Target version:
Start date:
01/28/2010
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
4708

Description

Right now, the postgres db can only handle a text node of 4000 characters. Currently we break calls to DBSAXNode.writeChildNodeToDB into 4000 char data chunks in several places in the code. However, there are some places where the data is not checked or chunked.

We need to move the chunking into the writeChildNodeToDB method, so it is taken care of centrally.

Actions #1

Updated by Michael Daigle about 14 years ago

Moved the chunking to the DocumentImpl.writeChildNodeToDB() method

Actions #2

Updated by Redmine Admin almost 11 years ago

Original Bugzilla ID was 4708

Actions

Also available in: Atom PDF