[jOOQ/jOOQ#12381] DSLContext.explain(Query) doesn't work with bind values in Oracle
This commit is contained in:
parent
a0091f1706
commit
164168a607
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user