Propel 1.3 Blob Field Workarround on Symfony

VARBINARY or LONGVARBINARY column should be mapped as blob column. But in Propel 1.3 they are mapped wrong. The setter for the column will not work when the column is saved, the column is treated as string instead of resource. The column value will be something like Resource id #nn. See this ticket.

You can apply this patch to symfony to fix this issue.

Leave a Reply