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

Commits on Jun 7, 2020

  1. Fix, load options and limits for many to many truncating results

    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 committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    cd0c7a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fda708 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    39ea62f View commit details
    Browse the repository at this point in the history
  2. fix test

    dpgaspar committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    8f1b45c View commit details
    Browse the repository at this point in the history