No effective change - add additional tests

This commit is contained in:
rob bygrave
2018-10-15 22:25:38 +13:00
parent 9d64352771
commit 3eaf47fd70
2 changed files with 25 additions and 1 deletions
@@ -48,7 +48,7 @@ class ExeCallableSql {
}
} catch (SQLException ex) {
throw new PersistenceException(ex);
throw request.translateSqlException(ex);
} finally {
if (!batchThisRequest) {