]
Steven Hawkins updated TEIID-5171:
----------------------------------
Priority: Blocker (was: Major)
Forward navigation of expand returns wrong results.
---------------------------------------------------
Key: TEIID-5171
URL:
https://issues.jboss.org/browse/TEIID-5171
Project: Teiid
Issue Type: Bug
Components: OData
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Blocker
Fix For: 10.1, 10.0.1, 9.3.6
On a self relationship expand, the reverse navigation will return the correct result:
Employee?$expand=Employee_FK0
But the same result will be returned for the forward as well:
Employee?$expand=FK0
The logic is not differentiating between the directions.