Default output in SqlClr/CURL POST

This commit is contained in:
Jovan Popovic
2018-04-18 11:15:25 +02:00
parent d07eca8e01
commit 4a6c5c24b3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public partial class Curl
Uri.EscapeUriString(url.ToSqlString().Value),
d.ToSqlString().Value
);
SqlContext.Pipe.Send(response);
SqlContext.Pipe.Send("Request is executed. " + response);
}
[SqlProcedure]
File diff suppressed because one or more lines are too long