[#5630] DefaultBinding should TRACE log registered OUT parameters
This commit is contained in:
parent
54a6df2088
commit
8bef38b083
@ -809,6 +809,9 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
Configuration configuration = ctx.configuration();
|
||||
int sqlType = DefaultDataType.getDataType(ctx.dialect(), type).getSQLType();
|
||||
|
||||
if (log.isTraceEnabled())
|
||||
log.trace("Registering variable " + ctx.index(), "" + type);
|
||||
|
||||
switch (configuration.family()) {
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user