Re: How to query for String contains case-insensitive?

2015-06-05 Thread Lukas Eder
2015-06-04 19:12 GMT+02:00 Ed Erwin enwi...@gmail.com: I would like to know the best way to query for a string contains another string in a case-insensitive manner, and let JOOQ automatically take care of all escape characters. JOOQ 3.6 contains predicates for likeIgnoreCase and contains,

How to query for String contains case-insensitive?

2015-06-04 Thread Ed Erwin
I would like to know the best way to query for a string contains another string in a case-insensitive manner, and let JOOQ automatically take care of all escape characters. JOOQ 3.6 contains predicates for likeIgnoreCase and contains, but not containsIgnoreCase.