[#5630] DefaultBinding should TRACE log registered OUT parameters

This commit is contained in:
lukaseder 2016-10-31 18:02:06 +01:00
parent 54a6df2088
commit 8bef38b083

View File

@ -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()) {