We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07eca8 commit 4a6c5c2Copy full SHA for 4a6c5c2
2 files changed
samples/features/sql-clr/Curl/Curl.cs
@@ -33,7 +33,7 @@ public static void Post(SqlChars H, SqlChars d, SqlChars url)
33
Uri.EscapeUriString(url.ToSqlString().Value),
34
d.ToSqlString().Value
35
);
36
- SqlContext.Pipe.Send(response);
+ SqlContext.Pipe.Send("Request is executed. " + response);
37
}
38
39
[SqlProcedure]
0 commit comments