Merge pull request #397 from JocaPC/master

Default output in SqlClr/CURL POST
This commit is contained in:
Jovan Popovic (MSFT)
2018-04-18 11:17:18 +02:00
committed by GitHub
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