Re: [INTERFACES] jdbc, Dates, and JBuilder

From: Dallas Hockley <hockleyd(at)cybersurf(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] jdbc, Dates, and JBuilder
Date: 1998-06-25 18:48:58
Message-ID: 35929B9A.3AEFF2FB@cybersurf.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Peter Mount wrote:
>
> On Wed, 24 Jun 1998, Dallas Hockley wrote:
[snip]
>
> This is an old Java bug that I thought I had got rid of. The
> java.util.Date class seems to loose a day somewhere in the conversion
> (at least this is with JDK1.1.3 which I still use).
>
> > Has anyone experienced similar behaviour, or has anyone got a definitive
> > "it can't be ..... because.... "
>
> No, it's definitley in there.
>
> I thought I had got rid of it by adding one to the day in ResultSet... it
> looks like I'll have to add "fix Date support" to the list of things to
> work on again.
>

Thanks for the quick reply Peter, although there is one thing I forgot
to mention.

It appears the conversion on the insert is where the glitch was
introduced, as psql returns the altered date as well as a jdbc query.
The two are in agreement, but they are both not correct with respect to
the data that was inserted.

I will upgrade the driver though.... thanks.

Dallas

hockleyd(at)cybersoft(dot)ab(dot)ca

> --
> Peter Mount, peter(at)maidstone(dot)gov(dot)uk
> Postgres email to peter(at)taer(dot)maidstone(dot)gov(dot)uk & peter(at)retep(dot)org(dot)uk
> Remember, this is my work email, so please CC my home address, as I may
> not always have time to reply from work.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 1998-06-26 07:11:27 Re: [INTERFACES] jdbc, Dates, and JBuilder
Previous Message Roberto Joao Lopes Garcia 1998-06-25 17:08:02 Re: [INTERFACES] Escape Characters