Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 67081 invoked from network); 19 Sep 2006 15:35:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 15:35:06 -0000 Received: (qmail 56812 invoked by uid 500); 19 Sep 2006 15:35:05 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56775 invoked by uid 500); 19 Sep 2006 15:35:05 -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 56766 invoked by uid 99); 19 Sep 2006 15:35:05 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 08:35:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:57963] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id A1/A1-28275-72E00154 for ; Tue, 19 Sep 2006 08:35:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 76EA241006B for ; Tue, 19 Sep 2006 15:31:28 +0000 (GMT) Message-ID: <24279145.1158679888484.JavaMail.jira@brutus> Date: Tue, 19 Sep 2006 08:31:28 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-988) jdbcapi/parameterMapping.java fails on Win2003 with 'P3=SQLSTATE(22007): SQL Exception: The syntax of the string representation of a datetime value is incorrect.' In-Reply-To: <1043498381.1140001328943.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-988?page=all ] Rick Hillegas updated DERBY-988: -------------------------------- Fix Version/s: 10.2.2.0 (was: 10.2.1.0) Moving to 10.2.2.0. > jdbcapi/parameterMapping.java fails on Win2003 with 'P3=SQLSTATE(22007): SQL Exception: The syntax of the string representation of a datetime value is incorrect.' > ------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: DERBY-988 > URL: http://issues.apache.org/jira/browse/DERBY-988 > Project: Derby > Issue Type: Test > Components: Regression Test Failure > Affects Versions: 10.2.1.0 > Environment: OS: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 Build 3790 - CYGWIN_NT-5.2 1.5.12(0.116/4/2) 2004-11-10 08:34 Cygwin, JVM: Sun Microsystems Inc. 1.5.0_04 > Reporter: Ole Solberg > Priority: Minor > Fix For: 10.2.2.0 > > > "Signature": > ********* Diff file jdbcapi/jdbcapi/parameterMapping.diff > *** Start: parameterMapping jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:02:02 *** > 1918a1919,1922 > > P2=cs.getTime=13:26:42 was null false > > P3=SQLSTATE(22007): SQL Exception: The syntax of the string representation of a datetime value is incorrect. > > INOUT CHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > > OUT CHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > 1920,1922d1923 > < INOUT CHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > < OUT CHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > < P2=SQLSTATE(22007): SQL Exception: The syntax of the string representation of a datetime value is incorrect. > 2152a2154,2157 > > P2=cs.getTime=13:26:42 was null false > > P3=SQLSTATE(22007): SQL Exception: The syntax of the string representation of a datetime value is incorrect. > > INOUT VARCHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > > OUT VARCHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > 2154,2156d2158 > < INOUT VARCHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > < OUT VARCHAR(60) registerOutParameter(Types.TIMESTAMP) -- OK > < P2=SQLSTATE(22007): SQL Exception: The syntax of the string representation of a datetime value is incorrect. > Test Failed. > *** End: parameterMapping jdk1.5.0_04 jdbcapi:jdbcapi 2006-02-14 22:03:09 *** > http://www.multinet.no/~solberg/public/Apache/Derby/Limited/testSummary-377800.html [CYGWIN_NT-5.2 i686-unknown] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira