grails-data-mapping
grails-data-mapping copied to clipboard
Version of eq which accepts ignoreCase is not available during unit tests
trafficstars
eq('variable', v, [ignoreCase: true])
Unit test will fail with error
No signature of method: grails.gorm.CriteriaBuilder.eq() is applicable
Gorm 6.1.11.RELEASE
Also, @GrailsCompileStatic does not support signature eq('name', val, [ignoreCase: true]) and would fail to compile.