[
https://issues.jboss.org/browse/TEIID-4044?page=com.atlassian.jira.plugin...
]
Juraj Duráni edited comment on TEIID-4044 at 4/21/16 2:38 AM:
--------------------------------------------------------------
[~rareddy] You have marked this JIRA as a duplicate of TEIID-4064. Are you sure they are
related?
I cannot say if this has been fixed along with TEIID-4064, because that issue has not been
fixed.
This issue is still present in "original form".
was (Author: jdurani):
[~rareddy] You have marked this JIRA as a duplicate of TEIID-4064. Are you sure they are
related?
I cannot say if this has been fixed along with TEIID-4064, because that issue has not been
fixed.
OData ignores entities with empty list of related entities if $filter
is applied to expanded entities
-----------------------------------------------------------------------------------------------------
Key: TEIID-4044
URL:
https://issues.jboss.org/browse/TEIID-4044
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Juraj Duráni
Assignee: Ramesh Reddy
If user want to apply filter for related entities, OData service should return all
entities, not only those with non-empty collection of related entities.
*Example:*
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/Customers/?$expand=Order...
*Result:* OData returns only 2 customers (both have at least one order with place
"town")
*Expectation:* OData should return all 4 customers (two of them should have empty list of
orders)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)