Merge branch 'master_14.1.2' into master_14.2.1 CM-MERGE:OB14.1.2-8 into 14.2.1

Former-commit-id: e5f951bf89 [formerly e5f951bf89 [formerly d9c230fbd50cc5acf1dd5c7c5e775f337de41921]]
Former-commit-id: 8c2cccb930
Former-commit-id: 89d2843610
This commit is contained in:
Brian.Dyke 2014-05-20 12:06:50 -04:00
commit fe658cb381

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