Project

General

Profile

Actions

Bug #4708

closed

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

Added by Michael Daigle almost 15 years ago. Updated almost 15 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

Also available in: Atom PDF