Re: patch to fix jdk 2 compile errors and v2 compatability for review

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: patch to fix jdk 2 compile errors and v2 compatability for review
Date: 2005-07-08 15:40:13
Message-ID: 443C979C-2A58-4732-AA6A-2735E64E5F1E@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Yup, I've cut all that code out and moved it. Just testing it as much
as I can now

Dave
On 8-Jul-05, at 10:25 AM, Oliver Jowett wrote:

> Dave Cramer wrote:
>
>
>> Yes it could actually, although, I'd like to separate the
>> knowledge of
>> CallableStatement differences somewhere else.
>>
>
> If you mean JDBC2 vs JDBC3 differences, that's what
> AbstractJdbc3Statement is for, surely?
>
>
>> I agree there's no reason
>> for duplicate code though. On the other hand, only one of these
>> classes
>> ever gets compiled.
>>
>
> It is a maintenance issue, not a code size / compilation issue. If you
> have two copies of the "same" code, you have to keep them in sync by
> hand, which is asking for trouble.
>
> -O
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-07-09 00:58:38 Re: Exception from deadlock
Previous Message Oliver Jowett 2005-07-08 14:25:00 Re: patch to fix jdk 2 compile errors and v2 compatability