Good to hear.
Am I right in thinking it's not allowed to return two differently named
result sets from the one function?
On 9 February 2014 13:23, Hugh Williams wrote:
> Hi Quentin,
>
> Testing against the latest development archive the server does not crash,
> thus this issue should be resolv
Hi Quentin,
Testing against the latest development archive the server does not crash, thus
this issue should be resolved in the final VOS stable/7 release being prepared:
SQL> create procedure test.test.resultsetCrash( ) { declare meta, _dt any;
declare query, query2, errorCode, errorMessage
I believe it's just an effect of calling exec_result with a row that
doesn't match the columns declared to exec_result_names, with that in
mind, I've simplified the test case.
=
create procedure
test.test.resultsetCrash( )
{
decl
Hi Quentin,
Can you provide the complete compilable and runnable procedure you are running
that is causing the crash, as I cannot get the snippet you have provide below
to create ...
Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc. // http://www.openlin