jamesfredley commented on issue #14659:
URL: https://github.com/apache/grails-core/issues/14659#issuecomment-5064131095

   Thanks for reporting this. Case-insensitive ordering was added to GORM 
`Query.Order` on July 22, 2014, and current `8.0.x` supports 
`Query.Order.ignoreCase()` through both Criteria and DetachedCriteria: 
https://github.com/apache/grails-core/blob/c6ce3fe8bdc4ced884d6f6a669b98ea85722d7eb/grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/query/Query.java#L820-L843
 and 
https://github.com/apache/grails-core/blob/c6ce3fe8bdc4ced884d6f6a669b98ea85722d7eb/grails-datamapping-core/src/main/groovy/grails/gorm/DetachedCriteria.groovy#L232-L240.
 The Hibernate 7 integration test also verifies case-insensitive ordering: 
https://github.com/apache/grails-core/blob/c6ce3fe8bdc4ced884d6f6a669b98ea85722d7eb/grails-data-hibernate7/core/src/test/groovy/grails/gorm/tests/hibernatequery/HibernateQuerySpec.groovy#L628-L640.
 We are closing this as resolved. If the problem still occurs with the latest 
version of Grails, please feel free to reopen the issue with a small reproducer.


-- 
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