Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consider usage of setFetchMode when checking for simultaneous usage o…
…f fetch-mode EAGER and WITH condition. This fixes a bug that arises when an entity relation is mapped with fetch-mode EAGER but setFetchMode LAZY (or anything that is not EAGER) has been used on the query. If the query use WITH condition, an exception is incorrectly raised (Associations with fetch-mode=EAGER may not be using WITH conditions). Fixes #11128 Co-Authored-By: Albert Prat <albert.prat@interactiu.cat>
- Loading branch information