mssql stored procedure implicit return value support#352
Conversation
Add support for capturing procedure implicit return value (integer)
afbbe82 to
05309f3
Compare
|
LGTM |
…int-support mssql stored procedure implicit return value support
|
Hello @benilovj, I got an runtime-error: !|Execute Procedure|dbo.CalcLength_P| com.microsoft.sqlserver.jdbc.SQLServerException: Falsche Syntax in der Nähe des where-Schlüsselworts. mika 4 0 |
|
Hi @OB4 - can you try the following query (sorry for the raw format - you need to strip + and "). The mistake should be somewhere in it: |
|
Hallo @javornikolov, here his a screenshot from the query and the result: |
|
Hi @OB4 - as far as I can see, you have added an |
|
Hallo @javornikolov, yes indeed, without the alias the query fails. |
|
Hallo @javornikolov, I have forgotten: in the union I droped the 'o' of 'o.object_id' |
|
Hello @OB4, could you try this build and let us know if it works OK. |

Add support for capturing procedure implicit return value (integer)
This is intended to resolve #351