Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 41222 invoked from network); 2 Aug 2005 21:45:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 21:45:28 -0000 Received: (qmail 86013 invoked by uid 500); 2 Aug 2005 21:45:09 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85917 invoked by uid 500); 2 Aug 2005 21:45:09 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 85880 invoked by uid 99); 2 Aug 2005 21:45:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL 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; Tue, 02 Aug 2005 14:44:56 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id EDED8EE for ; Tue, 2 Aug 2005 23:44:41 +0200 (CEST) Message-ID: <551643772.1123019081973.JavaMail.jira@ajax.apache.org> Date: Tue, 2 Aug 2005 23:44:41 +0200 (CEST) From: "Anonymous (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-7) Bug in NULLIF Function In-Reply-To: <979740866.1096332272139.JavaMail.apache@nagoya> 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-7?page=all ] updated DERBY-7: ----------------- Attachment: derby7Nullif080205svndiff.txt > Bug in NULLIF Function > ---------------------- > > Key: DERBY-7 > URL: http://issues.apache.org/jira/browse/DERBY-7 > Project: Derby > Type: Bug > Components: SQL > Versions: 10.0.2.0 > Reporter: Tulika Agrawal > Priority: Minor > Attachments: Derby-7.txt, Derby7NullIf061005svndiff.txt, derby-nullif.patch, derby7Nullif080205svndiff.txt > > Reporting for Christian d'Heureuse, filed on derby-dev list. > The NULLIF built-in function of Cloudscape 10.0.1.0 beta seems to accept > only string values. > Examples: > values nullif('a','b'); > --> OK > values nullif(1,2); > --> Error message: "ERROR 42X89: Types 'CHAR' and > 'INTEGER' are not type compatible. (Neither type > is assignable to the other type.)" -- 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