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

[OASIS Issue Tracker] Created: (ODATA-400) Allow JSON values also in common expressions, not only in parameter aliases

From
OASIS Issues Tracker <>
Date
2013-05-21T09:38:58+00:00
ID
1559645662.12381369129123666.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (ODATA-400) Allow JSON values also in common expressions, not only in parameter aliases
Allow JSON values also in common expressions, not only in parameter aliases
---------------------------------------------------------------------------

                 Key: ODATA-400
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-400
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
         Environment: [Proposed]
            Reporter: Ralf Handl


Currently we allow JSON values (arrays, complex types, entities) only in parameter aliases. This leads to constructions like

http://host/service/Orders?$filter=$it eq @ref&@ref={"odata.ref":"http://host/service/ZqV5t"}

The "natural" form without the unnecessary alias

http://host/service/Orders?$filter=$it eq {"odata.ref":"http://host/service/ZqV5t"}

is not allowed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →