HHH-9413 : Backport HHH-8853 to 4.2: NonBatchingBatch.addToBatch() calls statement.close() twice
(cherry picked from commit 86d5ab0d818b8029cc5e0310ae5c64338d0f47ef)
(cherry picked from commit 556e31fb2d
)
This commit is contained in:
parent
f00e4df8ab
commit
6d4dd52f8d
|
@ -70,7 +70,7 @@ public class NonBatchingBatch extends AbstractBatchImpl {
|
|||
}
|
||||
}
|
||||
|
||||
releaseStatements();
|
||||
getStatements().clear();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue