Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
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