OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [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:
-----------------------------

     Resolution: 
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-construction-rules.txt?rev=473
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-testcases.xml?rev=473
    Component/s: OData ABNF Construction Rules

> 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 ABNF Construction Rules, 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

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]