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
[formerlye5f951bf89
[formerly d9c230fbd50cc5acf1dd5c7c5e775f337de41921]] Former-commit-id:8c2cccb930
Former-commit-id:89d2843610
This commit is contained in:
commit
fe658cb381
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue