Entity view loads more data than fetches should allow #1832
Labels
component: entity-view
kind: bug
workaround available
worth: high
Implementing this has a high worth
Milestone
The implementation of checking whether an attribute path is covered by fetches is faulty in
com.blazebit.persistence.view.impl.objectbuilder.ViewTypeObjectBuilder#hasSubFetches
. My attempts at trying to optimize the lookup apparently cause a bug when a fetch is lexically bigger to an attribute path but has the same length.Caused by #1465
The text was updated successfully, but these errors were encountered: