Re: Timestamp changes committed to HEAD

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Timestamp changes committed to HEAD
Date: 2005-08-12 18:44:04
Message-ID: Pine.BSO.4.62.0508121338550.14258@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 1 Aug 2005, Oliver Jowett wrote:

> I've committed my Timestamp/Date/Time changes to CVS HEAD.

The regression tests fail on 7.2 and 7.3 with the below stacktrace. I
understand that we may not be able to achieve 100% correctness with
7.2/7.3, but aren't there at least certain cases that work?

[junit] Testcase: testSetTimestamp(org.postgresql.test.jdbc2.TimezoneTest): Caused an ERROR
[junit] ERROR: Bad time external representation '2005-01-01 13:00:00.000000 +0100'
[junit] org.postgresql.util.PSQLException: ERROR: Bad time external representation '2005-01-01 13:00:00.000000 +0100'
[junit] at org.postgresql.core.v2.QueryExecutorImpl.receiveErrorMessage(QueryExecutorImpl.java:542)
[junit] at org.postgresql.core.v2.QueryExecutorImpl.processResults(QueryExecutorImpl.java:466)
[junit] at org.postgresql.core.v2.QueryExecutorImpl.execute(QueryExecutorImpl.java:364)
[junit] at org.postgresql.core.v2.QueryExecutorImpl.execute(QueryExecutorImpl.java:258)
[junit] at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:430)
[junit] at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:346)
[junit] at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:300)
[junit] at org.postgresql.test.jdbc2.TimezoneTest.testSetTimestamp(TimezoneTest.java:310)

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-08-12 22:10:38 Re: Timestamp changes committed to HEAD
Previous Message Kris Jurka 2005-08-12 18:36:05 Re: problem with stored procedure ,transaction and jdbc