Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 86133 invoked from network); 9 Aug 2007 15:59:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2007 15:59:07 -0000 Received: (qmail 10696 invoked by uid 500); 9 Aug 2007 15:59:04 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 10672 invoked by uid 500); 9 Aug 2007 15:59:04 -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 10658 invoked by uid 99); 9 Aug 2007 15:59:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 08:59:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Nathan.Voxland@sundog.net designates 65.164.223.134 as permitted sender) Received: from [65.164.223.134] (HELO mail.sundog.net) (65.164.223.134) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 15:58:59 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Problem with default date values Date: Thu, 9 Aug 2007 10:58:35 -0500 Message-ID: <1B92B5A688796F4C8296B03BD3AAE27FAF14DE@MAIL.sundog.net> In-Reply-To: <46BB383D.4060709@amberpoint.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with default date values Thread-Index: AcfanVwaVAfjOQ/tTduU8LFvrCzP7QAAMD0g References: <1B92B5A688796F4C8296B03BD3AAE27FAF14AE@MAIL.sundog.net> <46BA3950.3070005@amberpoint.com> <1B92B5A688796F4C8296B03BD3AAE27FAF14C3@MAIL.sundog.net> <46BB2FDA.7060701@amberpoint.com> <1B92B5A688796F4C8296B03BD3AAE27FAF14D3@MAIL.sundog.net> <46BB383D.4060709@amberpoint.com> From: "Nathan Voxland" To: "Derby Discussion" X-Virus-Checked: Checked by ClamAV on apache.org I can do that. Thanks Nathan -----Original Message----- From: Bryan Pendleton [mailto:bpendleton@amberpoint.com]=20 Sent: Thursday, August 09, 2007 10:52 AM To: Derby Discussion Subject: Re: Problem with default date values > I tried the 10.3.1.4 release, and my test case if failing before I get > to the other error. It's failing on this call: >=20 > tableRS =3D conn.getMetaData().getTables(getCatalogName(), > getSchemaName(), null, new String[]{"TABLE", "GLOBAL TEMPORARY", "LOCAL > TEMPORARY", "ALIAS", "SYNONYM"}); >=20 > with this stack trace: > java.sql.SQLException: The parameter position '8' is out of range. The > number of parameters for this prepared statement is '7'. Urk. This sounds really bad. It seems like a variant of https://issues.apache.org/jira/browse/DERBY-2976 But I believe the developers thought that DERBY-2976 would only happen with databases that were upgraded to 10.3.1.2, though, not with 10.3.1.4. Can you post this problem to the derby-dev@db.apache.org (as a separate, new problem), and see what sort of help you can get for it there? thanks, bryan