AntiPattern
SQL/JOOQ Type Casting Drift
sql-jooq-type-casting-drift
Query expressions drift in type and representation because NULLs and JSON extractors default unexpectedly (e.g., text casting, extra quoting), so string splitting/regex and nested access yield wrong results or unsupported operators across jOOQ versions.