Task #42167

Story #41101: As user, I want a well-working content editing (Bugfix Story)

Image processing instructions cannot be stored on PostgreSQL

Added by Karsten Dambekalns almost 3 years ago. Updated almost 2 years ago.

Status:Under Review Start date:2012-10-19
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:-
Target version:-

Description

With PostgreSQL the storing of processing instructions fails. The serialized data contains NUL bytes and so data is truncated in the PDO layer when using PostgreSQL.

Two possible ways:

  1. escape the NUL byte
  2. use a BLOB field

History

#1 Updated by Karsten Dambekalns almost 3 years ago

See the issue covering the Doctrine bug: http://www.doctrine-project.org/jira/browse/DBAL-368

#2 Updated by Karsten Dambekalns almost 3 years ago

A fix for what I consider the underlying bug in Doctrine DBAL is available at https://github.com/doctrine/dbal/pull/219

#3 Updated by Gerrit Code Review almost 2 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22825

#4 Updated by Gerrit Code Review almost 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22825

#5 Updated by Gerrit Code Review almost 2 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22825

Also available in: Atom PDF