[jOOQ/jOOQ#12247] Replace remaining reflective call to OracleConnection.createARRAY from DefaultBinding
This commit is contained in:
parent
930707e5eb
commit
82d04cd5d4
@ -245,6 +245,7 @@ import org.jooq.util.postgres.PostgresUtils;
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
|
||||
/**
|
||||
* @author Lukas Eder
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user