Bug #4708
Handle writing a text node > 4000 characters to the db.
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.
History
#1 Updated by Michael Daigle over 12 years ago
Moved the chunking to the DocumentImpl.writeChildNodeToDB() method
#2 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 4708