Re: Possible bug in PGInterval class

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: L(ubomír Varga <luvar(at)plaintext(dot)sk>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Possible bug in PGInterval class
Date: 2009-09-02 00:03:11
Message-ID: 4A9DB63F.1050301@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-09-02 16:30:03 Re: PATCH: SET ROLE as connection parameter
Previous Message Kris Jurka 2009-09-02 00:01:11 Re: Possible bug in PGInterval class