[
https://issues.jboss.org/browse/TEIID-3039?page=com.atlassian.jira.plugin...
]
Ramesh Reddy resolved TEIID-3039.
---------------------------------
Resolution: Done
Did not use the XML document modeling, but I used the similar technique as used in V4.
Added the basic one level support for $expand.
So user would be able to do
http://localhost:8080/odata/vdb/Customer?$expand=Orders
but this can NOT support
http://localhost:8080/odata/vdb/Customer?$expand=Orders,OrderLines
http://localhost:8080/odata/vdb/Customer?$expand=Orders/OrderLines
Based on the need we can further evaluate expanding, but this should cover most of the use
cases. One caveat is, when using the $expand, the option $inlinecount=allpages will not
work, as it not simple row count any more and it has performance implications to compute
that field. So the code is set to ignore the option it in that situation.
OData V2: 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
Assignee: Ramesh Reddy
Fix For: 8.12.1
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.4.11#64026)