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

Former-commit-id: 9426ddb9a9 [formerly 88a5ecefaa] [formerly e5f951bf89] [formerly 8c2cccb930 [formerly e5f951bf89 [formerly d9c230fbd50cc5acf1dd5c7c5e775f337de41921]]]
Former-commit-id: 8c2cccb930
Former-commit-id: a2965f6fcb55c7bf469752a36f14c13683c6f1bd [formerly 89d2843610]
Former-commit-id: bb2089f2df
This commit is contained in:
Brian.Dyke 2014-05-20 12:06:50 -04:00
commit 7b6988aa0b

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