Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F04119D42 for ; Mon, 5 Mar 2012 20:16:19 +0000 (UTC) Received: (qmail 17500 invoked by uid 500); 5 Mar 2012 20:16:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17475 invoked by uid 500); 5 Mar 2012 20:16:19 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 17468 invoked by uid 99); 5 Mar 2012 20:16:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 20:16:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 20:16:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C463CA477 for ; Mon, 5 Mar 2012 20:15:58 +0000 (UTC) Date: Mon, 5 Mar 2012 20:15:58 +0000 (UTC) From: "Rick Hillegas (Commented) (JIRA)" To: derby-dev@db.apache.org Message-ID: <1048169291.23659.1330978558805.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DERBY-2515) Network client does not retain the INOUT parameter value change for subsequent execution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222580#comment-13222580 ] Rick Hillegas commented on DERBY-2515: -------------------------------------- I think that this work should be safe to backport to older releases. > Network client does not retain the INOUT parameter value change for subsequent execution > ---------------------------------------------------------------------------------------- > > Key: DERBY-2515 > URL: https://issues.apache.org/jira/browse/DERBY-2515 > Project: Derby > Issue Type: Bug > Components: Network Client > Affects Versions: 10.5.3.0 > Reporter: Kathey Marsden > Assignee: Rick Hillegas > Priority: Minor > Labels: derby_triage10_8 > Fix For: 10.8.1.2 > > Attachments: Test_2515.java, derby-2515-01-ac-copyINOUTreturnValues.diff, derby-2515-02-aa-polishCatchBlock.diff > > > If I set a INOUT parameter to a value (say 12.3) and it gets > modified by the procedure to another value (say 45.6) then on > the next execution > of the same CallableStatement, embedded maintains the > current value (45.6), while network server reverts to the > former value (12.3). > This issue was found while converting the test lang/procedure.java. See references to this issue in the converted LangProcedureTest.java -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira