[jOOQ/jOOQ#12381] DSLContext.explain(Query) doesn't work with bind values in Oracle

This commit is contained in:
Lukas Eder 2021-09-01 19:02:22 +02:00
parent a0091f1706
commit 164168a607

View File

@ -48,6 +48,7 @@ import org.jooq.Field;
import org.jooq.Query;
import org.jooq.Record;
import org.jooq.Result;
import org.jooq.conf.ParamType;
// ...
@ -79,6 +80,7 @@ final class ExplainQuery {
case H2:
result = ctx.fetch("{explain analyze} {0}", query);