Re: Patch to improve Cloneable implementation on classes which extend PGobject.

From: Kris Jurka <books(at)ejurka(dot)com>
To: Russell Francis <rfrancis(at)ev(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Patch to improve Cloneable implementation on classes which extend PGobject.
Date: 2007-07-16 04:12:02
Message-ID: Pine.BSO.4.64.0707160010500.23154@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sun, 24 Jun 2007, Russell Francis wrote:

> The attached patch aims to improve the current implementation of the
> clone() method on classes which extend PGobject.

Makes sense, but why are you providing clone implementations in point,
money, interval and NullObject instances? Shouldn't this already be
handled by PGObject's implementation?

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-07-16 04:40:19 Re: patch - support for multi-dimensional arrays and NULL values
Previous Message Kris Jurka 2007-07-16 04:02:00 Re: Stream Copy for 8.1 - 8.3dev