Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 92128 invoked from network); 25 Sep 2009 14:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Sep 2009 14:14:38 -0000 Received: (qmail 60275 invoked by uid 500); 25 Sep 2009 14:14:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 60247 invoked by uid 500); 25 Sep 2009 14:14:37 -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 60239 invoked by uid 99); 25 Sep 2009 14:14:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2009 14:14:37 +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; Fri, 25 Sep 2009 14:14:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 04D48234C004 for ; Fri, 25 Sep 2009 07:14:16 -0700 (PDT) Message-ID: <86616978.1253888056004.JavaMail.jira@brutus> Date: Fri, 25 Sep 2009 07:14:16 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4342) SQLSTATE 38000 (NullPointerException) at inner self join and value(x1, x2...) In-Reply-To: <1393682857.1249586594984.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-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-4342: -------------------------------------- Issue & fix info: [Patch Available, Repro attached] (was: [Repro attached]) All the regression tests ran cleanly. The patch is ready for review. > SQLSTATE 38000 (NullPointerException) at inner self join and value(x1, x2...) > ----------------------------------------------------------------------------- > > Key: DERBY-4342 > URL: https://issues.apache.org/jira/browse/DERBY-4342 > Project: Derby > Issue Type: Bug > Affects Versions: 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6, 10.2.2.0, 10.3.1.4, 10.3.2.1, 10.3.3.0, 10.4.1.3, 10.4.2.0, 10.5.1.1 > Environment: WINXP > Reporter: Hubert Garm > Assignee: Knut Anders Hatlen > Attachments: derby-4342-1a.diff > > > create table xyz (c1 int, c2 int); > insert into xyz values(1,2); > select * from xyz t1 inner join xyz t2 on t1.c1 = t2.c1 where value(t1.c1, t1.c2) = 1; > causes the following error: > FEHLER 38000: Bei der Auswertung eines Ausdrucks wurde die Ausnahme 'java.lang.NullPointerException' ausgeloest. > FEHLER XJ001: Java-Ausnahme: ': java.lang.NullPointerException'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.