[TYPO3-core] RFC: #0012381: Bug: Change definition of DB table fields

Michael Klapper mick.mail.typo3 at googlemail.com
Wed Oct 28 15:07:23 CET 2009


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=12381

Branches:
trunk

Problem:
The fields "serialized_task_object" & "serialized_executions" are 
defined as "TEXT" this can be a problem with charset convertion from 
database to your system.

Solution:
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.

So just, change the fields from "TEXT" to "BLOB".

Notes:
n/a

Thanks,
Mick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: scheduler-sql.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091028/5ee56677/attachment.asc>


More information about the TYPO3-team-core mailing list