-
Notifications
You must be signed in to change notification settings - Fork 195
null value support for dynamic finders #1220
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
Conversation
|
Note that this fixed actually doesn't work downstream with Hibernate. I have disabled the tests that fail for the new test that was introduced until that can be investigated grails/grails-data-hibernate5@671413c |
|
The test also fails in GORM for Neo4j |
|
@graemerocher where I can find tests logs? Is it problem of test or code? |
|
likely a problem with how the query is translated into the target query for each underlying implementation. The builds are run via Travis, but the logs won't tell you much other than |
|
@graemerocher strange, I have tested on app with 6.1 snapshot version (hibernate 5), everything works as expected, also NotEqual. Looks like problem in tests |
|
i think the problem is again that fails because to make the test pass, the semantics/implementation of the |
#1182