Skip to content

Commit

Permalink
Merge branch '3.8' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.8
  • Loading branch information
chenson42 committed Nov 4, 2017
2 parents 831ae99 + ca77fa8 commit e7f669f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -165,8 +165,8 @@ public void markAllChannelAsSent(String channelId, String tableName) {
elgibleBatches = sqlTemplateDirty.query(sql, new Object[] { channelId, "OK" });
}

String updateSql = getSql("cancelChannelBatchSql");
if (elgibleBatches != null) {
String updateSql = getSql("cancelChannelBatchSql");
for (Row elgibleBatch : elgibleBatches) {
String nodeId = elgibleBatch.getString("node_id");
long batchId = elgibleBatch.getLong("batch_id");
Expand Down

0 comments on commit e7f669f

Please sign in to comment.