Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 457D6F16A for ; Thu, 2 May 2013 13:34:17 +0000 (UTC) Received: (qmail 30753 invoked by uid 500); 2 May 2013 13:34:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 30730 invoked by uid 500); 2 May 2013 13:34:16 -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 30714 invoked by uid 99); 2 May 2013 13:34:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 13:34:16 +0000 Date: Thu, 2 May 2013 13:34:16 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6212) NullPointerException when calling a procedure with sub-query as argument 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-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-6212: -------------------------------------- Issue & fix info: Patch Available Assignee: Knut Anders Hatlen All the regression tests passed. > NullPointerException when calling a procedure with sub-query as argument > ------------------------------------------------------------------------ > > Key: DERBY-6212 > URL: https://issues.apache.org/jira/browse/DERBY-6212 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.10.1.1 > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Priority: Minor > Attachments: derby-6212-01-a.diff > > > ij version 10.10 > ij> connect 'jdbc:derby:memory:db;create=true'; > ij> call syscs_util.syscs_set_database_property('abc', (values 'def')); > ERROR XJ001: Java exception: ': java.lang.NullPointerException'. (errorCode = 0) > The query should either compile and execute just fine, or it should raise a proper exception. It should not fail with a NullPointerException. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira