![]() |
|
Just another Perl shrine | |
PerlMonks |
Re^2: Text retrieved from database column being truncatedby initself (Monk) |
on Aug 27, 2012 at 22:07 UTC ( #990068=note: print w/replies, xml ) | Need Help?? |
$schema->storage->dbh->do("set textsize 100000");
I put that in my schema and had success. 3x larger than the default of 32,768 bytes.
In Section
Seekers of Perl Wisdom
|
|