Re: need to update TimestampUtils code

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: "Do, Leon (Leon)" <leondo(at)alcatel-lucent(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: need to update TimestampUtils code
Date: 2007-01-04 21:33:58
Message-ID: Pine.BSO.4.64.0701041632140.20273@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 4 Jan 2007, Dave Cramer wrote:

> Does the server ever send us hhmm without a colon ?
>
> Or what is the use case for this.

There was previous discussion of this in November and for the purposes of
updatable ResultSets it is important that we can parse what we generate.
The solution Oliver suggested (which makes more sense to me than this) is
to adjust our timestamp generation code to always include a colon.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-01-04 21:59:45 Re: issues with Statement.getTimestamp(int, Calendar)
Previous Message Dave Cramer 2007-01-04 21:26:06 Re: need to update TimestampUtils code