Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dantleech opened this issue Mar 31, 2016 · 1 comment

Comments

@dantleech
Copy link
Contributor

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

@dbu
Copy link
Member

dbu commented Mar 31, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants