[#8006] INSERT .. RETURNING produces records with wrong attached Configuration
This commit is contained in:
parent
34bacd8f0f
commit
924ae61cfb
@ -872,7 +872,7 @@ abstract class AbstractDMLQuery<R extends Record> extends AbstractQuery {
|
||||
}
|
||||
}
|
||||
|
||||
ExecuteContext ctx2 = new DefaultExecuteContext(ctx.configuration());
|
||||
ExecuteContext ctx2 = new DefaultExecuteContext(((DefaultExecuteContext) ctx).originalConfiguration());
|
||||
ExecuteListener listener2 = ExecuteListeners.get(ctx2);
|
||||
|
||||
ctx2.resultSet(rs);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user