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

[BUGFIX] inverseFor should respect inverse: null #5261

Merged
merged 1 commit into from
Dec 5, 2017

Conversation

runspired
Copy link
Contributor

While working on #5230 I discovered that our current resolution strategy for inverseFor would improperly allow relationships that specify inverse: null to still be matched. This addresses that, adds a test, and fixes two tests that depended upon this bug.

@runspired
Copy link
Contributor Author

This supplants #5257

@igorT
Copy link
Member

igorT commented Nov 22, 2017

👍 on the code
Can you please refactor the tests so they are not intermingled with the json serializer assertions? Currently it's easy to remove the added test lines as superfluous and not see any changes

@sly7-7
Copy link
Contributor

sly7-7 commented Feb 9, 2018

Though I'm not sure, I think this fix a bug I still encounter in 2.18. Would it be possible to backport this in 2.18 ? For now I tried to update to 3.0.0 beta, and this release seems to finally fix all the problem I encountered after 2.12.2. Really great job, I love you guys.

@aaronbhansen
Copy link

@runspired I was also wondering if this would be available to backport to 2.18? That would be great to have.

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.

4 participants