Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0002859: Auto resolve foreign key violation by sending missing rows
  • Loading branch information
erilong committed Oct 13, 2016
1 parent 7518217 commit 498daad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ public DataServiceSqlMap(IDatabasePlatform platform, Map<String, String> replace

putSql("selectData",
"select data_id, table_name, event_type, row_data, pk_data, old_data, " +
"create_time, trigger_hist_id, channel_id, transaction_id, source_node_id, external_data, node_list, null as router_id " +
"create_time, trigger_hist_id, channel_id, transaction_id, source_node_id, external_data, node_list, '' as router_id " +
"from $(data) where data_id = ?");

putSql("selectMaxDataEventDataIdSql", ""
Expand Down

0 comments on commit 498daad

Please sign in to comment.