Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 53685 invoked from network); 10 Sep 2007 10:06:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 10:06:51 -0000 Received: (qmail 7822 invoked by uid 500); 10 Sep 2007 10:06:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 7781 invoked by uid 500); 10 Sep 2007 10:06:44 -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 7772 invoked by uid 99); 10 Sep 2007 10:06:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 03:06:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 10:06:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 03526714210 for ; Mon, 10 Sep 2007 03:06:30 -0700 (PDT) Message-ID: <29380408.1189418790009.JavaMail.jira@brutus> Date: Mon, 10 Sep 2007 03:06:30 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3063) Extend the system function mechanism to support functions with multiple arguments In-Reply-To: <23666801.1189418130167.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-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3063: ----------------------------------- Attachment: derby-3063-1a-preview.diff derby-3063-1a-preview.stat 'derby-3063-1a-preview.diff' is one way of adding supports for system functions with an arbitrary number of arguments from a table describing the function. I'd appreciate comments, also see my previous comment for this issue. > Extend the system function mechanism to support functions with multiple arguments > --------------------------------------------------------------------------------- > > Key: DERBY-3063 > URL: https://issues.apache.org/jira/browse/DERBY-3063 > Project: Derby > Issue Type: Improvement > Components: SQL > Affects Versions: 10.4.0.0 > Reporter: Kristian Waagan > Priority: Minor > Attachments: derby-3063-1a-preview.diff, derby-3063-1a-preview.stat > > > Extend the existing functionality for adding Java functions to SQL to support functions with multiple arguments. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.