Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity view loads more data than fetches should allow #1832

Closed
beikov opened this issue Nov 21, 2023 · 0 comments · Fixed by #1833
Closed

Entity view loads more data than fetches should allow #1832

beikov opened this issue Nov 21, 2023 · 0 comments · Fixed by #1833
Assignees
Milestone

Comments

@beikov
Copy link
Member

beikov commented Nov 21, 2023

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

@beikov beikov added this to the 1.6.11 milestone Nov 21, 2023
@beikov beikov self-assigned this Nov 21, 2023
beikov added a commit to beikov/blaze-persistence that referenced this issue Nov 21, 2023
beikov added a commit to beikov/blaze-persistence that referenced this issue Nov 21, 2023
beikov added a commit to beikov/blaze-persistence that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant