From derby-dev-return-66583-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Mon Mar 02 22:01:20 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 7678 invoked from network); 2 Mar 2009 22:01:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 22:01:20 -0000 Received: (qmail 52216 invoked by uid 500); 2 Mar 2009 22:01:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 52187 invoked by uid 500); 2 Mar 2009 22:01: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 52178 invoked by uid 99); 2 Mar 2009 22:01:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 14:01:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 22:01:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9934234C4AC for ; Mon, 2 Mar 2009 14:00:56 -0800 (PST) Message-ID: <1882262635.1236031256692.JavaMail.jira@brutus> Date: Mon, 2 Mar 2009 14:00:56 -0800 (PST) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4066) Allow functions/procedures to take Blob/Clob arguments In-Reply-To: <678611670.1235144761834.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-4066: --------------------------------- Attachment: derby-4066-01-ag-enableLobArgs.diff Attaching derby-4066-01-ag-enableLobArgs.diff. However, this patch is not ready for committing. LOB return values work across the network. However, LOB arguments (both input and output) do not work across the network. I am not going to put any more effort into this issue for 10.5. > Allow functions/procedures to take Blob/Clob arguments > ------------------------------------------------------ > > Key: DERBY-4066 > URL: https://issues.apache.org/jira/browse/DERBY-4066 > Project: Derby > Issue Type: New Feature > Components: SQL > Affects Versions: 10.4.2.0 > Reporter: Rick Hillegas > Attachments: derby-4066-01-aa-enableLobArgs.diff, derby-4066-01-ab-enableLobArgs.diff, derby-4066-01-ag-enableLobArgs.diff > > > Derby objects if you try to declare a function or procedure with an argument whose type is BLOB or CLOB. These kinds of arguments are allowed in the SQL standard and the matching Java types are java.sql.Blob and java.sql.Clob. See the SignatureMatching.html summary attached to DERBY-3652. > We should lift this restriction and allow functions and procedures to take large object arguments. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.