From derby-user-return-5482-apmail-db-derby-user-archive=db.apache.org@db.apache.org Thu Nov 02 04:12:26 2006 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 1008 invoked from network); 2 Nov 2006 04:12:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 04:12:25 -0000 Received: (qmail 43437 invoked by uid 500); 2 Nov 2006 04:12:25 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 43027 invoked by uid 500); 2 Nov 2006 04:12:22 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 43012 invoked by uid 99); 2 Nov 2006 04:12:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 20:12:21 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [32.97.182.143] (HELO e3.ny.us.ibm.com) (32.97.182.143) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 20:12:07 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e3.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kA24Bj6W014923 for ; Wed, 1 Nov 2006 23:11:45 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kA24BjQk278766 for ; Wed, 1 Nov 2006 23:11:45 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kA24BiVR025550 for ; Wed, 1 Nov 2006 23:11:44 -0500 Received: from [127.0.0.1] (sig-9-48-96-23.mts.ibm.com [9.48.96.23]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id kA24BgoW025512 for ; Wed, 1 Nov 2006 23:11:44 -0500 Message-ID: <45496FFB.6020801@apache.org> Date: Wed, 01 Nov 2006 20:11:39 -0800 From: Daniel John Debrunner User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Derby Discussion Subject: Re: NPE in setTimestamp(int,Timestamp,Calendar) References: <003901c6fdf3$d61e0650$c2f010ac@TheFro> In-Reply-To: <003901c6fdf3$d61e0650$c2f010ac@TheFro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jose de Castro wrote: > A NullPointerException occurs if you pass in a null Timestamp into > org.apache.derby.client.am.PreparedStatement.setTimestamp(int,Timestamp,Calendar) > > > > Does anyone know if this is being addressed in 10.3? I have included a > suggested fix. Is this something I should add to JIRA? Please enter a Jira bug and please attach a patch to that issue. Thanks, Dan.