I am using jOOQ with PostgreSQL, and I just realize that my column is case sensitive.
Using jOOQ, I didn't found a correct method to query a column, ignoring its case sensitivity.
Looking at here : jOOQ TableField Method, I can see that there's equalIgnoreCase
. But in the jooq class itself, that method is not there.
Does anybody know what did I do wrong here?