-
Notifications
You must be signed in to change notification settings - Fork 132
QueryMapper fails when using Criteria.from(…) with two or more criteria #383
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
Labels
type: bug
A general bug
Milestone
Comments
Please refrain from pasting images into bug reports. Those cannot be indexed. The actual code causing the issue is the usage of
|
mp911de
added a commit
that referenced
this issue
Jun 9, 2020
…teria. Using Criteria.from(…) with multiple Criteria objects now uses properly AND combination along with group nesting to render a correct criteria. Previously, the INITIAL combinator in groups caused a mapping exception.
mp911de
added a commit
that referenced
this issue
Jun 9, 2020
…teria. Using Criteria.from(…) with multiple Criteria objects now uses properly AND combination along with group nesting to render a correct criteria. Previously, the INITIAL combinator in groups caused a mapping exception.
That's fixed and backported now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I use
Criteria.from
like this:The text was updated successfully, but these errors were encountered: