SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
122 stars 78 forks source link

$expand not work if $levels is specified #226

Closed ghost closed 10 months ago

ghost commented 1 year ago

when $levels is specified, $expand at same level is not working: $expand=Children($levels=max;$expand=CodingBlockEntries)

wog48 commented 1 year ago

Working on a fix, I noticed that the combination of $level together with an additional $expand not supported correctly by Olingo. I have created the following issue OLINGO-1608. The final solution of this issue requires the fix of OLINGO-1608.

wog48 commented 10 months ago

Necessary preparation to solve this problem have been included in version 2.0.2. For further progress, a solution of OLINGO-1608 is required. In case there will be still a problem, after OLINGO-1608 was solved, reopen this issue.