mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
DDC-1813: Save column types in ClassMetadataInfo#columnTypes array instead of ClassMetadataInfo#fieldMappings['type'] #2282
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (May 6, 2012).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user rivaros:
Because you save column types in fieldmappings only, type information is not saved for join columns.
Not having type info for join columns, makes it impossible to do call 'convertToPhpValue' on join columns.
For example see a demo of problem here:
https://github.com/doctrine/doctrine2/pull/347