Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 56717 invoked from network); 1 Dec 2009 14:37:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 14:37:44 -0000 Received: (qmail 72948 invoked by uid 500); 1 Dec 2009 14:37:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 72886 invoked by uid 500); 1 Dec 2009 14:37: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 72826 invoked by uid 99); 1 Dec 2009 14:37:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 14:37:44 +0000 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; Tue, 01 Dec 2009 14:37:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CA484234C045 for ; Tue, 1 Dec 2009 06:37:20 -0800 (PST) Message-ID: <1380188531.1259678240823.JavaMail.jira@brutus> Date: Tue, 1 Dec 2009 14:37:20 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-1030) In some situations a RETURNS NULL ON NULL function is called when one ot its parameters is NULL In-Reply-To: <1049648339.1140638379274.JavaMail.jira@ajax.apache.org> 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-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas reassigned DERBY-1030: ------------------------------------ Assignee: Rick Hillegas > In some situations a RETURNS NULL ON NULL function is called when one ot its parameters is NULL > ----------------------------------------------------------------------------------------------- > > Key: DERBY-1030 > URL: https://issues.apache.org/jira/browse/DERBY-1030 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.1.2.1 > Reporter: Daniel John Debrunner > Assignee: Rick Hillegas > Attachments: derby479.java, derby479.sql > > > The NULL argument to the function has to come from another function and that function's Java method has to return a Java object type corresponding to a fixed length SQL type, such as DATE, TIME and TIMESTAMP. > Will attach repro scripts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.