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

Added constraint support for CollectionEntitySet #845

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

mvanbeselaere
Copy link

This commit answers a specific requirement we had where we needed custom CollectionEntitySets to follow relationship constraints.
Found out constraints where only working with SqlEntitySet, so I updated the code by altering the Transaction's filter with a manual constraint injection.

This is probably not the best way to implement it, but this could initiate a discussion on this feature here.

Have a good one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant