CM-MERGE:OB13.5.5-9 into 14.1.2

Former-commit-id: a2e2daca86d7efb28cb4e3eb8b9ef2ac92e1fc22
This commit is contained in:
Brian.Dyke 2014-05-20 11:56:30 -04:00
parent b29db01a59
commit 545e7f6ce9

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);
}