← Prev in month ← Prev in thread

[OASIS Issue Tracker] Updated: (ODATA-524) properties in [propertyList] of context URL may be qualified with type

From
OASIS Issues Tracker <>
Date
2013-09-23T06:37:52+00:00
ID
323508087.13821379918320283.JavaMail.tomcat@customer-jira
Thread
[OASIS Issue Tracker] Updated: (ODATA-524) properties in [propertyList] of context URL may be qualified with type
[ http://tools.oasis-open.org/issues/browse/ODATA-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralf Handl updated ODATA-524:
-----------------------------

    Fix Version/s: V4.0_CSD03
                       (was: V4.0_CS02)

> properties in [propertyList] of context URL may be qualified with type
> ----------------------------------------------------------------------
>
>                 Key: ODATA-524
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-524
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Bug
>          Components: OData Protocol 
>    Affects Versions: V4.0_CS01
>         Environment: [Proposed]
>            Reporter: Michael Pizzo
>             Fix For: V4.0_CSD03
>
>
> Our current context URL for projected entities includes the selected properties:
>  {context-url}#{entity-set}{/type-name}{property-list}
> The abnf for property-list is:
> propertyList         = OPEN propertyListItem *( COMMA propertyListItem ) CLOSE
> propertyListItem     = STAR ; all structural properties
>                      / propertyListProperty
> propertyListProperty = primitiveProperty  
>                      / primitiveColProperty 
>                      / navigationProperty [ '+' ] [ propertyList ]
>                      / selectPath [ "/" propertyListProperty ]
> However, we need to be able to support properties being prefixed with type for the following types of queries:
> ~People?$select=ns.SalesPerson/Department,ns.Cashier/Register
> Which should yield:
> http://host/service/$metadata#People(ns.SalesPerson/Department,ns.Cashier/Register)

-- 
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