[ http://issues.apache.org/jira/browse/DERBY-211?page=comments#action_65698 ]
David Van Couvering commented on DERBY-211:
-------------------------------------------
What is the right behavior? Should we return no results or a result with a zero update count?
My intuition says no results makes more sense, but perhaps we should make the network server
be consistent with the embedded behavior...
> Network Server returns no result sets for a procedure call that returns no result
> ---------------------------------------------------------------------------------
>
> Key: DERBY-211
> URL: http://issues.apache.org/jira/browse/DERBY-211
> Project: Derby
> Type: Bug
> Components: Network Server
> Versions: 10.1.0.0
> Reporter: Kathey Marsden
>
> For a call of a procedure with no dynamic results embedded
> Cloudscape returns a one result, an update count of zero. However, using the network
server no results are returned. We should be consistent.
> To reproduce
> See call za() in lang/procedure.java test.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|