From derby-dev-return-73832-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Nov 04 07:49:55 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 45686 invoked from network); 4 Nov 2009 07:49:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Nov 2009 07:49:55 -0000 Received: (qmail 91978 invoked by uid 500); 4 Nov 2009 07:49:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 91941 invoked by uid 500); 4 Nov 2009 07:49:55 -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 91933 invoked by uid 99); 4 Nov 2009 07:49:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 07:49: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; Wed, 04 Nov 2009 07:49:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 776E5234C052 for ; Tue, 3 Nov 2009 23:49:32 -0800 (PST) Message-ID: <792742224.1257320972488.JavaMail.jira@brutus> Date: Wed, 4 Nov 2009 07:49:32 +0000 (UTC) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12773408#action_12773408 ] Mamta A. Satoor commented on DERBY-4365: ---------------------------------------- I see that we are not doing bindUntypedNullsToResultColumns() for the resultsets involved in the join clause. I will look further into it. > 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 > > 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.