Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 16178 invoked from network); 29 Jun 2010 21:05:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 21:05:46 -0000 Received: (qmail 3859 invoked by uid 500); 29 Jun 2010 21:05:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 3729 invoked by uid 500); 29 Jun 2010 21:05:45 -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 3718 invoked by uid 99); 29 Jun 2010 21:05:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 21:05:45 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 21:05:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5TKvpJB005793 for ; Tue, 29 Jun 2010 20:57:51 GMT Message-ID: <12040324.122671277845071534.JavaMail.jira@thor> Date: Tue, 29 Jun 2010 16:57:51 -0400 (EDT) From: "Mike Matrigali (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4459) Verification error at execute-time when an outer function which takes a primitive arg is wrapped around an inner function which returns the corresponding Java wrapper object In-Reply-To: <31999947.1259683700803.JavaMail.jira@brutus> 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-4459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-4459: ---------------------------------- Component/s: SQL > Verification error at execute-time when an outer function which takes a primitive arg is wrapped around an inner function which returns the corresponding Java wrapper object > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-4459 > URL: https://issues.apache.org/jira/browse/DERBY-4459 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.4.2.1, 10.4.3.0, 10.5.3.1, 10.5.4.0, 10.6.1.0 > Reporter: Rick Hillegas > Attachments: derby-4459.sql, derby4459.java > > > An insane Derby raises a verification error when trying to run the following query: > values( negateInt( getNullInt() ) ); > where negateInt() takes a primitive int argument and getNullInt() returns an Integer. > Sane Derby raises an assertion. The same test case, run against 10.3.3.1, also fails but raises a more graceful compile-time exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.