Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 37456 invoked from network); 6 Nov 2009 15:10:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 15:10:55 -0000 Received: (qmail 24932 invoked by uid 500); 6 Nov 2009 15:10:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 24907 invoked by uid 500); 6 Nov 2009 15:10:54 -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 24899 invoked by uid 99); 6 Nov 2009 15:10:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 15:10:54 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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, 06 Nov 2009 15:10:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 868E4234C1EF for ; Fri, 6 Nov 2009 07:10:32 -0800 (PST) Message-ID: <1062944925.1257520232549.JavaMail.jira@brutus> Date: Fri, 6 Nov 2009 15:10:32 +0000 (UTC) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4365) NullPointerException when preparing LEFT OUTER JOIN between VALUES statements In-Reply-To: <79649988.1251721292684.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor updated DERBY-4365: ----------------------------------- Fix Version/s: 10.6.0.0 > NullPointerException when preparing LEFT OUTER JOIN between VALUES statements > ----------------------------------------------------------------------------- > > Key: DERBY-4365 > URL: https://issues.apache.org/jira/browse/DERBY-4365 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.5.3.0 > Reporter: Knut Anders Hatlen > Assignee: Mamta A. Satoor > Fix For: 10.6.0.0 > > Attachments: DERBY4365_NULLinValues_diff_patch1.txt, DERBY4365_NULLinValues_stat_patch1.txt > > > ij version 10.5 > ij> connect 'jdbc:derby:db;create=true'; > ij> select a.* from (values ('a'),('b'),(null)) a > left outer join (values ('c'),('d')) b on 1=1; > ERROR XJ001: Java exception: ': java.lang.NullPointerException'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.