Just a general question, without providing exact jooq version or bug report (i may do so when i know more about the problem).
when using jooq multiset query,
is it possible that when selecting JSON columns (datatype: JSON), via multiset, that the resulting String representation in Java (on the Jooq-Record) could be kind of scrambled.
Is this a known issue?
otherwise i can create a bug report.
It's not a big problem as we currently don't use the JSON datatype of mariadb. We use longtext instead, and the problem is only seen with datatype JSON.
best regards :)