Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 89083 invoked from network); 5 Apr 2006 23:31:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2006 23:31:06 -0000 Received: (qmail 64349 invoked by uid 500); 5 Apr 2006 23:31:06 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 64126 invoked by uid 500); 5 Apr 2006 23:31:06 -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 64116 invoked by uid 99); 5 Apr 2006 23:31:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 16:31:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 16:31:05 -0700 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 92ED76ACAC for ; Thu, 6 Apr 2006 00:30:44 +0100 (BST) Message-ID: <226937371.1144279844599.JavaMail.jira@ajax> Date: Thu, 6 Apr 2006 00:30:44 +0100 (BST) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1184) 'CallableStatement.registerOutParameter(int,int,String)' does nothing in client driver In-Reply-To: <143789008.1144272283580.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1184?page=comments#action_12373442 ] Kristian Waagan commented on DERBY-1184: ---------------------------------------- Yes, a test should be added, but since the existing test was canon based test, I did not find the time to add a test and update the canons. This is not my itch at the moment, I stumbled over this when working on a JDBC4 feature. If it is of interest, I can add a test for this in the jdbc4/CallableStatementTest, but it would then only be run under JDK 1.6. If the missing test is a blocker, I suggest the patch is put on hold until someone else find the time to write/update the test. I created the quick patch because I found the bug quite ugly; a method pretending everything is okay, when it actually does nothing... > 'CallableStatement.registerOutParameter(int,int,String)' does nothing in client driver > -------------------------------------------------------------------------------------- > > Key: DERBY-1184 > URL: http://issues.apache.org/jira/browse/DERBY-1184 > Project: Derby > Type: Bug > Components: JDBC > Versions: 10.2.0.0 > Environment: Derby network client > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Minor > Attachments: derby-1184-1a.diff, derby-1184-1a.stat > > The method 'CallableStatement.registerOutParameter(int,int,String)' does nothing in the client driver. As stated in DERBY-447, the method throws a not-implemented exception in the embedded driver. The method should be changed to do this on the client side as well. -- 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