jackalope/jackalope-doctrine-dbal

\DateTime fields in query results are strings, in Jackrabbit they are objects.

Opened this issue · 1 comments

The raw column results from a query represent date columns as strings, in Jackrabbit they are represented as \DateTime objects.

dbu commented

ups. i think the default return type for getProperty of a date field is \DateTime. the raw result is supposed to reflect that if i am not totally mistaken. i guess we have a different code path and thus do not convert to \DateTime but we should