From derby-dev-return-75689-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Tue Feb 02 09:58:40 2010 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 64016 invoked from network); 2 Feb 2010 09:58:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 09:58:40 -0000 Received: (qmail 81601 invoked by uid 500); 2 Feb 2010 09:58:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 81541 invoked by uid 500); 2 Feb 2010 09:58:40 -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 81531 invoked by uid 99); 2 Feb 2010 09:58:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 09:58:40 +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, 02 Feb 2010 09:58:39 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56C92234C1F2 for ; Tue, 2 Feb 2010 01:58:19 -0800 (PST) Message-ID: <903836826.23411265104699354.JavaMail.jira@brutus.apache.org> Date: Tue, 2 Feb 2010 09:58:19 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (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 ] Knut Anders Hatlen closed DERBY-4365. ------------------------------------- Verified fix on trunk. Closing. > 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.5.3.1, 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.