Open hogmuzzle opened 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").
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").