Re: Interval support for Postgres

From: Oliver Siegmar <o(dot)siegmar(at)vitrado(dot)de>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Interval support for Postgres
Date: 2005-04-23 06:38:52
Message-ID: 200504230838.52855.o.siegmar@vitrado.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thursday 21 April 2005 23:00, Kris Jurka wrote:
> On Thu, 21 Apr 2005, Oliver Siegmar wrote:
> > Well, actually there is almost no implementation at all. Parsing strings
> > in Java in 2005 is a royal pain in the ass - doing that for 0.x% users
> > suck even more.
>
> Well, just be thankful the 8.0 release finally dropped JDK 1.1 support.

The applied patch contains all modifications from the last one
(pgjdbc_interval2.diff) as well as a replacement for the regular expression
code.

The patch should be JDK 1.2 compatible, now.

Oliver

Attachment Content-Type Size
pgjdbc_interval3.diff.gz application/x-gzip 3.6 KB

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Honda Shigehiro 2005-04-24 10:57:05 Document translation
Previous Message Tom Lane 2005-04-22 22:40:33 Re: BUG? res.next() == false, but psql finds tuples?