CM-MERGE:OB13.5.5-9 into 14.1.2

Former-commit-id: 8435ace4f8 [formerly 545e7f6ce9] [formerly 8435ace4f8 [formerly 545e7f6ce9] [formerly abf0f995cd [formerly a2e2daca86d7efb28cb4e3eb8b9ef2ac92e1fc22]]]
Former-commit-id: abf0f995cd
Former-commit-id: 9af8951a2a [formerly fa13621d8e]
Former-commit-id: 0f5964b03f
This commit is contained in:
Brian.Dyke 2014-05-20 11:56:30 -04:00
parent b65a3a3214
commit 5d6603320b

View file

@ -1382,6 +1382,7 @@ public class PostTables {
CallableStatement cs = statementMap.get(key);
try {
cs.executeBatch();
getConnection().commit();
} catch (SQLException e) {
log.error("An error occured executing batch update for " + key);
}