jklingsporn / vertx-jooq

A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
MIT License
385 stars 53 forks source link

Omitting unrecognized type DataType JSON #202

Open hogmuzzle opened 2 years ago

hogmuzzle commented 2 years ago

Omitting unrecognized type DataType [ t=json; p=0; s=0; u="pg_catalog"."json"; j=null ] (org.jooq.JSON)

Vertx pgclient supports json DataType out of the box. Example io.vertx.core.json.JsonObject o = row.getJsonObject("column name").