Re: Possible bug in PGInterval class - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Possible bug in PGInterval class
Date
Msg-id 4A9DB63F.1050301@opencloud.com
Whole thread Raw
In response to Re: Possible bug in PGInterval class  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka wrote:
>
>
> On Mon, 31 Aug 2009, ?ubom?r Varga wrote:

>> First is unlogical adding sum to parameter and not to object on which is
>> method invoked. (this is also writen in javadoc, so I accept it)
>
> This is to be similar to the add(Date) and add(Calendar) functions.  For
> them you wan't to add the interval to the passed object.

Maybe rename them to addTo() ?

-O

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Possible bug in PGInterval class
Next
From: Kris Jurka
Date:
Subject: Re: PATCH: SET ROLE as connection parameter