How to convert a row from a table to ENUM in JOOQ?
JOOQ does not convert rows from a table to enum
How to use case_() in JOOQ?
I get an error(java.lang.IllegalArgumentException: Cannot interpret argument of type class org.org.impl.CompareCondition as Field: id_ml_model_value = null) when using case_() in jooq, I think it’s because I can’t use .then(), because in in a similar sql code, everything works correctly:
How to use case_() in JOOQ?
I get an error(java.lang.IllegalArgumentException: Cannot interpret argument of type class org.org.impl.CompareCondition as Field: id_ml_model_value = null) when using case_() in jooq, I think it’s because I can’t use .then(), because in in a similar sql code, everything works correctly: