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 76 forks source link

Filter using $count on navigations having join table aborts #212

Closed wog48 closed 8 months ago

wog48 commented 1 year ago

In case an entity A is related to another entity B using a join table, GET requests like

/A?$filter=ToB/$count gt 1

fail with

java.lang.IllegalArgumentException: '...' not found at ...

wog48 commented 1 year ago

WIll be fixed with the next version

wog48 commented 8 months ago

The problem should be fixed with version 1.1.1. See also Why are navigation count queries using greater or equal not supported? In case the problem still exists, reopen the issue.