Actions
Bug #25626
closedChange TEXT fields to BLOBs for storing serialized data
Start date:
2009-10-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The fields "serialized_task_object" & "serialized_executions" are defined as "TEXT" this can be a problem with charset convertion from database to your system.
It is a good practise to define such serialized fields as "BLOB" because this is a binary field where no charset convertions are made on.
(issue imported from #M12381)
Updated by Francois Suter about 15 years ago
Committed to trunk in revision 6300.
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
- Target version deleted (
0)
Actions