Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.1.4
-
Fix Version/s: None
-
Component/s: Mapping Drivers, ORM
-
Labels:None
-
Environment:PHP 5.3.9, MySQL 5.5, Debian 6.
Description
I have two objects with one-to-many accociation, based on date ("date" type column in all two objects):
@ORM\JoinColumn(name="date", referencedColumnName="date"),
When I establish accociation, I get strange behaviour — without association date was DateTime, after — string.