Skip to content

Commit

Permalink
0002640: Wrong node hierarchy when only one group link
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderrd committed Jun 16, 2016
1 parent 5d6fc9e commit f13f021
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public ConfigurationServiceSqlMap(IDatabasePlatform platform,
"select source_node_group_id, target_node_group_id, data_event_action, sync_config_enabled, last_update_time, last_update_by, create_time from "
+ " $(node_group_link) where source_node_group_id = ? ");

putSql("countGroupLinksForSql","select count(*) from $(node_group_link) where source_node_group_id = ? or target_node_group_id = ?");
putSql("countGroupLinksForSql","select count(*) from $(node_group_link) where source_node_group_id = ? and target_node_group_id = ?");

putSql("isChannelInUseSql", "select count(*) from $(trigger) where channel_id = ? ");

Expand Down

0 comments on commit f13f021

Please sign in to comment.