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: prevent wrong returned entity in ReturningResultsEntityUpdator #6440

Merged

Commits on Jul 21, 2020

  1. fix: prevent wrong returned entity in ReturningResultsEntityUpdator

    in the `ReturningResultsEntityUpdator` we have to check that the `entityId`
    we pull from the entity is actually there.  if we don't we will create a
    where clause that's undefined - effectively querying for every record
    in the database and returning the wrong value
    imnotjames committed Jul 21, 2020
    Copy the full SHA
    96405cd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Copy the full SHA
    6c828a7 View commit details
    Browse the repository at this point in the history