Re: [SQL] Timestamp output - Mailing list pgsql-jdbc

From Thomas O'Dowd
Subject Re: [SQL] Timestamp output
Date
Msg-id 20020305111321.H1200@beast.uwillsee.com
Whole thread Raw
In response to Re: [SQL] Timestamp output  (Barry Lind <barry@xythos.com>)
List pgsql-jdbc
On Thu, Feb 28, 2002 at 06:32:54PM -0800, Barry Lind wrote:
> Andreas,
>
> I can't reproduce the problem you are seeing.  I created a table 'test'
> with one column of type timestamp.  Inserted one row with the value from
> now().  And then ran a simple jdbc program to select out that one row.
> This all worked without errors.
>
> Again I ask are you using the latest 7.2 driver?  I know there where
> some bugs in earlier 7.2 drivers (I think in all of the betas actually)
> that look similar to the problem you are reporting.

Yep, that should definately be fixed in the latest 7.2 driver. Also,
there is a patch waiting to fix a different timestamp bug which I
submitted on Thu, 17 Jan 2002 22:57:08 which fixes the usage of
timestamp without the timezone.

Tom.
--
Thomas O'Dowd. - Nooping - http://nooper.com
tom@nooper.com - Testing - http://nooper.co.jp/labs

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [HACKERS] JDBC: java.sql.SQLException: results returned
Next
From: Bruce Momjian
Date:
Subject: Re: Numeric decimal digits and radix to DatabaseMetaData.getColumns()