jooq's Field has a like() method to create a Condition: http://www.jooq.org/javadoc/latest/org/jooq/Field.html#like(java.lang.String)
But how can I use the ILIKE operator provided by PostgreSQL to do case-insensitive matching?: http://www.postgresql.org/docs/devel/static/functions-matching.html Or do you suggest some other way to do a simple case-insensitive match for a sub-string inside a field's text value? -- [email protected] www.murrayc.com www.openismus.com
