You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled upon a bug when using Example to find objects when matching with both a primitive attribute and an association at the same time when using MatchMode.ANY.
The join should be a left join when using MatchMode.ANY and only an inner join when using MatchMode.ALL.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
This commit makes sure to use different join types depending on the actual match mode.
Closes: #3763
Original Pull Request: #3794
Signed-off-by: ArnaudLec <[email protected]>
Hi,
I stumbled upon a bug when using
Example
to find objects when matching with both a primitive attribute and an association at the same time when usingMatchMode.ANY
.The join should be a left join when using
MatchMode.ANY
and only an inner join when usingMatchMode.ALL
.Here is a reproducer :
https://github.com/ArnaudLec/query-by-example-join-match-any-bug
The text was updated successfully, but these errors were encountered: