← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] (ODATA-1511) Dynamic properties are not allowed as function parameters

From
OASIS Issues Tracker <>
Date
2022-02-09T15:53:03+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-1511) Dynamic properties are not allowed as function parameters
Heiko Theissen created ODATA-1511:
-------------------------------------

             Summary: Dynamic properties are not allowed as function parameters
                 Key: ODATA-1511
                 URL: https://issues.oasis-open.org/browse/ODATA-1511
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: ABNF
            Reporter: Heiko Theissen


[OData-URL, section 5.1.1.15|https://docs.oasis-open.org/odata/odata/v4.01/os/part2-url-conventions/odata-v4.01-os-part2-url-conventions.html#sec_PathExpressions] allows as function parameters properties of the entity addressed by the resource path. But this does not work for dynamic properties, because ABNF disallows
{code}
$compute=concat(year(Date),'-05-01') as MayDay
&$filter=Special.IsSunday(Date=MayDay)
{code}
See [this failed test case|https://github.com/oasis-tcs/odata-abnf/runs/5127416747?check_suite_focus=true].



--
This message was sent by Atlassian Jira
(v8.3.3#803004)
← Prev in month ← Prev in thread
Next in thread → Next in month →