Bug #6029
PdoBackend cannot handle uninitialized DateTime properties
Status:
Resolved
Priority:
Must have
Assignee:
Category:
Persistence
Target version:
Start date:
2010-01-14
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
Properties with a declared type of DateTime that have a NULL value break persistence, because the PdoBackend tries to use their value as DateTime object...
Related issues