Version of eq which accepts ignoreCase is not available during unit tests
Open
relates-to: gorm
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
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
Contributor guide
Research direction
Start by reproducing the unit-test failure with GORM 6.1.11.RELEASE and the CriteriaBuilder.eq call shown in the issue. Check which eq signatures are available during unit tests and compare them with the ignoreCase form; done means the call works without the reported No signature of method error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100