diff --git a/jooq-async-reactive/src/main/java/fr/maif/jooq/reactive/ReactiveRowQueryResult.java b/jooq-async-reactive/src/main/java/fr/maif/jooq/reactive/ReactiveRowQueryResult.java index a67522b..f08b23d 100644 --- a/jooq-async-reactive/src/main/java/fr/maif/jooq/reactive/ReactiveRowQueryResult.java +++ b/jooq-async-reactive/src/main/java/fr/maif/jooq/reactive/ReactiveRowQueryResult.java @@ -5,6 +5,7 @@ import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; import io.vertx.pgclient.data.*; +import io.vertx.pgclient.data.Path; import io.vertx.sqlclient.Row; import io.vertx.sqlclient.data.Numeric; import org.jooq.Record;