-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Inconsistent (unexpected) matching behavior with One:Many referenced object / scalar #133
Comments
@jackdpeterson could you please send us a failing test case that reproduces that behaviour? It would help us a lot to identify and fix the issue you're describing. These tests can be used as example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above doesn't work. Below does.
This seems like odd behavior. Perhaps some documentation would be helpful because on first pass it seems like that one would be able to use the eq() expression with a referenced object. However, that throws the
After playing around with this, I tried out the ->in() expression which seemed to work. Any reason why all matchers couldn't be updated to support the id of the entity itself?
The text was updated successfully, but these errors were encountered: