[jOOQ/jOOQ#12247] Replace remaining reflective call to OracleConnection.createARRAY from DefaultBinding

This commit is contained in:
Lukas Eder 2021-07-22 14:16:03 +02:00
parent 930707e5eb
commit 82d04cd5d4
2 changed files with 3 additions and 6 deletions

View File

@ -245,6 +245,7 @@ import org.jooq.util.postgres.PostgresUtils;
// ...
// ...
// ...
// ...
/**
* @author Lukas Eder

View File

@ -81,6 +81,8 @@ import org.jooq.tools.jdbc.JDBCUtils;
import org.jetbrains.annotations.NotNull;
// ...
/**
* A default implementation for the {@link ExecuteContext}.
*
@ -271,12 +273,6 @@ class DefaultExecuteContext implements ExecuteContext {
log.info("Could not unwrap native Connection type. Consider implementing an org.jooq.UnwrapperProvider");