You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
This prepares an SQL statement on each iteration, but those statements are closed at once after the loop is done. I found this sometimes causes running out of DB cursors, and I think closing SQL statement will be necessary on each iteration.
Not quite so sure, but I created a patch: diff.txt
The text was updated successfully, but these errors were encountered:
standards.jsr352.tck/com.ibm.jbatch.tck/src/main/java/com/ibm/jbatch/tck/artifacts/chunkartifacts/InventoryWriter.java
Line 79 in 4608372
This prepares an SQL statement on each iteration, but those statements are closed at once after the loop is done. I found this sometimes causes running out of DB cursors, and I think closing SQL statement will be necessary on each iteration.
Not quite so sure, but I created a patch:
diff.txt
The text was updated successfully, but these errors were encountered: