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

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Oliver Jowett <oliver(at)opencloud(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: patch to fix jdk 2 compile errors and v2 compatability
Date: 2005-07-13 06:20:11
Message-ID: Pine.BSO.4.56.0507130118120.17443@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 8 Jul 2005, Dave Cramer wrote:

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

Note that the current cvs code also fails to compile with the 1.5 JDK
because you've implemented this in Jdbc3CallableStatement, but not
Jdbc3gCallableStatement. This is just further argument for putting it in
the proper place.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Csaba Nagy 2005-07-13 08:47:26 Re: out of memory error on a delete command
Previous Message Kris Jurka 2005-07-12 19:53:10 Re: out of memory error on a delete command