Skip to content

Commit

Permalink
Merge branch '3.10' of https://github.com/JumpMind/symmetric-ds.git i…
Browse files Browse the repository at this point in the history
…nto 3.10
  • Loading branch information
elong committed Dec 12, 2018
2 parents f81ab6d + 3df9e0f commit f72a317
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public DataServiceSqlMap(IDatabasePlatform platform, Map<String, String> replace

putSql("updateProcessedTableReloadRequest", "update $(table_reload_request) set last_update_time = ?, batch_count = ?, processed = 1 where load_id = ?");

putSql("updateTableReloadRequestLoadId", "update $(table_reload_request) set load_id = ?, table_count = ?, last_update_time = ? where target_node_id = ? and source_node_id = ? and trigger_id = ? and router_id = ? and create_time = ?");
putSql("updateTableReloadRequestLoadId", "update $(table_reload_request) set load_id = ?, table_count = ?, last_update_time = ?, batch_count = 0, row_count = 0 where target_node_id = ? and source_node_id = ? and trigger_id = ? and router_id = ? and create_time = ?");

putSql("updateTableReloadRequestLoadedCounts", "update $(table_reload_request) set "
+ " completed = (case when batch_loaded_count + 1 >= batch_count then 1 else 0 end), "
Expand Down

0 comments on commit f72a317

Please sign in to comment.