Carsten Klein (tarent) wrote:
> Attached you find a stand alone test case. I have included a slightly
> modified version of the original TimestampUtils in the jdbc2 package of
> the PostgreSQL JDBC driver.
Do you have a standalone testcase that uses normal JDBC methods and
shows the problem as an application would see it.
TimestampUtils is an internal class that's not designed to be used
directly. Its behaviour is fairly closely tied to the server's timestamp
behaviour and exactly how the rest of the driver uses it.
What we are really interested in is a testcase that shows a problem at
the JDBC level.
-O