-
Notifications
You must be signed in to change notification settings - Fork 153
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 relationship filter on interfaces #5890
Conversation
🦋 Changeset detectedLatest commit: f7358d0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hi @Masadow Thanks for the contribution! I'm quite happy with this fix, as the comment says, this is a leftover to keep the old naming conventions in cypher, but definitely not something we need to keep around if it is causing name collisions However, a few things needed (mainly regarding testing in this PR):
@Masadow Let me know if you are happy doing these changes or if you prefer for me or other maintainer to make those changes to your PR Thanks |
Note to maintainers: After merging this PR, the fix should be ported over to |
@angrykoala Thanks for the detailed explanation, should be all good by now, let me know if anything needs to be updated. Hope the integration test is well written as well 😅 |
Performance ReportNo Performance Changes Show Full Table
Old Schema Generation: 27.398s |
…rfaces Cherry pick: Fix relationship filter on interfaces #5890
Description
This line duplicates variable names in count when trying to filter on interfaces because every concrete entities would share the same countVariable name and therefore override themselves which result in the where to fail for all except one concrete entity
Complexity
Complexity: Low
Issue
Closes #5887
Checklist
The following requirements should have been met (depending on the changes in the branch):