Long text being trimmed at 4,000 characters
Content
Hi,
I have the code as outlined - very basic - however I noticed anything above 4,000 characters is being trimmed to just be 4,000 characters
I did a strlen($description) right before the code was called and it's indeed more than 4,000 characters but the data in the DB is only 4,000 characters
Am I overlooking something or is this a product defect? Isn't it supposed to hold up to 1Mb of data?
Thanks,
JJ
Code Snippet
$objective = RNCPHP\WMPConvo\objectives::fetch($id); $objective->description = empty($description) ? '-':$description; $objective->save(); RNCPHP\ConnectAPI::commit();
Tagged:
3