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

Fix, load options and limits for many to many truncating results #1389

Merged
merged 4 commits into from
Jun 9, 2020

Conversation

dpgaspar
Copy link
Owner

@dpgaspar dpgaspar commented Jun 7, 2020

This fix introduces inner queries so that many to many relations are not truncated, so now the limit and offset is applied on the inner query allowing for a result to have more rows then the limit caused by a many to many or many to one relation.

This fix introduces inner queries so that many to many relations are not truncated, so now the limit and offset is applied on the inner query allowing for a result to have more row then the limit caused by a many to many or many to one relation.
@dpgaspar dpgaspar merged commit 1c91e7a into master Jun 9, 2020
@dpgaspar dpgaspar deleted the fix/loadoptions-m-m branch June 9, 2020 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant