Why doesn’t JOOQ cast EnumType variables for Postgres queries?
I face a rare trouble in my service: sometimes JOOQ does not cast enum variables for postgres query, my question is – what could be a reason?
JOOQ Multiset is coming back as json array instead of Record
I have simpler examples where using a multiset works fine, however I am now nesting it in a CTE and JOOQ seems to be converting it to an array rather than keeping it as a record.