Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of albertofem:
Url: https://github.com/doctrine/doctrine2/pull/532
Message:
When using composite primary keys and fields with date or datetimes, the UnitOfWork throws an exception like "\DateTime object could not be converted to string".
This patch solves this issue by converting the datetime object into a simple timestamp.
A related Github Pull-Request [GH-532] was closed
https://github.com/doctrine/doctrine2/pull/532