Relative Content

Tag Archive for javasqlspringjooq

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: