jdaugherty commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3260145968


##########
grails-data-hibernate5/core/src/main/groovy/org/grails/orm/hibernate/query/AbstractHibernateCriterionAdapter.java:
##########
@@ -385,6 +385,16 @@ public Criterion 
toHibernateCriterion(AbstractHibernateQuery hibernateQuery, Que
             }
         });
 
+        criterionAdaptors.put(Query.SizeNotEquals.class, new 
CriterionAdaptor<Query.SizeNotEquals>() {

Review Comment:
   The issue is sizeNe is not implemented in detached criteria.  We are moving 
to the detached criteria as the only API, so I believe we want this longer 
term.  We can back port the query part, but the tck is meant to test the 
intended methods - it can't test stuff that was removed in hibernate 7.  We're 
now picking the gorm API as the default.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to