Re: need to update TimestampUtils code - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: need to update TimestampUtils code
Date
Msg-id Pine.BSO.4.64.0701041632140.20273@leary2.csoft.net
Whole thread Raw
In response to Re: need to update TimestampUtils code  (Dave Cramer <pg@fastcrypt.com>)
List 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

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: need to update TimestampUtils code
Next
From: Kris Jurka
Date:
Subject: Re: issues with Statement.getTimestamp(int, Calendar)