You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using setFirstResult/setMaxResults for a view that subselect fetches some data, we currently copy over the values to the subselect query which is wrong. Note that this also means that we have to handle cases where we receive elements that do not have matching correlation values.
Description
When using setFirstResult/setMaxResults for a view that subselect fetches some data, we currently copy over the values to the subselect query which is wrong. Note that this also means that we have to handle cases where we receive elements that do not have matching correlation values.
Expected behavior
Actual behavior
Steps to reproduce
Environment
Version: 1.3.0
JPA-Provider:
DBMS:
Application Server:
The text was updated successfully, but these errors were encountered: