Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
V2 2.0.10
-
None
-
None
Description
Steps to reproduce
- Try to apply a filter method such as day(), month() or year() to an Edm.DateType field.
Expected
- An entity list is returned, showing only those elements where the aforementioned filter applies.
Actual
- An ODataNotImplementedException is raised.