Re: Hibernate, JBoss, PostgreSQL, timestamp read doesn't match during update

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Roland Roberts <roland(at)astrofoto(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Hibernate, JBoss, PostgreSQL, timestamp read doesn't match during update
Date: 2009-03-20 22:13:31
Message-ID: 49C4150B.8060902@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Roland Roberts wrote:

> Yes, restrict the timestamp to millisecond precision. Somewhere the
> sub-millisecond parts are getting lost. I have no idea if it is in the
> JDBC layer or somewhere in Hibernate. Any clues on figuring this out?

Is the server built with integer_datetimes? Maybe you are just hitting a
rounding problem.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roland Roberts 2009-03-20 23:35:49 Re: Hibernate, JBoss, PostgreSQL, timestamp read doesn't match during update
Previous Message Roland Roberts 2009-03-20 18:13:37 Re: Hibernate, JBoss, PostgreSQL, timestamp read doesn't match during update