Skip to content

Commit

Permalink
Merge branch '3.9' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.9
  • Loading branch information
chenson42 committed Dec 17, 2018
2 parents 21245d2 + a3e2e0f commit c1d37a7
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -1567,6 +1567,9 @@ private void insertNodeSecurityUpdate(ISqlTransaction transaction, String nodeId
if (data != null) {
insertDataAndDataEventAndOutgoingBatch(transaction, data, targetNodeId,
Constants.UNKNOWN_ROUTER_ID, isLoad, loadId, createBy, Status.NE, channelId, -1);
} else {
throw new SymmetricException(String.format("Unable to issue an update for %s_node_security. " +
" Check the %s_trigger_hist for %s_node_security.", tablePrefix, tablePrefix, tablePrefix ));
}
}

Expand Down

0 comments on commit c1d37a7

Please sign in to comment.