Skip to content

Commit

Permalink
DNET-738
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Mar 31, 2017
1 parent 3715fb1 commit ce6cf54
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -304,7 +304,8 @@ internal static string GenerateMemberSql(EdmMember member)
}

commandText.AppendLine(";");
commandText.AppendLine("SUSPEND;");
commandText.AppendLine("IF (ROW_COUNT > 0) THEN");
commandText.AppendLine(" SUSPEND;");
commandText.AppendLine("END");
}

Expand Down

0 comments on commit ce6cf54

Please sign in to comment.