[teiid-issues] [JBoss JIRA] (TEIID-3039) Add support for odata expand

Ramesh Reddy (JIRA) issues at jboss.org
Tue May 5 16:18:46 EDT 2015


    [ https://issues.jboss.org/browse/TEIID-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065638#comment-13065638 ] 

Ramesh Reddy commented on TEIID-3039:
-------------------------------------

I would prefer we do this work in V4, as spec is much more detailed about it here. Also gives us option to move users from V2 to V4. There is also "aggregations" extension to odata, we may have to get to after 8.11

As per the filtering, it can be on the expanded item like
{code}
http://host/service.svc/Customers?$expand=Orders($filter=Amount gt 100)
{code}

it can be multiple documents like (even nested)
{code}
http://host/service.svc/Orders?$expand=Items($expand=Product),Customer
{code}

or recursive
{code}
http://contoso.com/HR/Employees?$expand=Model.Manager/DirectReports($levels=4)
{code}

see this for more info [http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-protocol/odata-v4.0-errata02-os-part1-protocol-complete.html#_Toc406398298]

> Add support for odata expand
> ----------------------------
>
>                 Key: TEIID-3039
>                 URL: https://issues.jboss.org/browse/TEIID-3039
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: OData
>            Reporter: Steven Hawkins
>             Fix For: 8.12
>
>
> We should add support for odata expand.  This can be done with logic similar to the xml document model.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the teiid-issues mailing list