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 15:22:18
Message-ID: Pine.BSO.4.56.0507131020100.379@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 13 Jul 2005, Dave Cramer wrote:

> I did commit a change which removed the implementations from
> CallableStatement. Is it still not compiling ?
>

compile:
[javac] Compiling 124 source files to /home/jurka/pg/pgjdbc/build
[javac] /home/jurka/pg/pgjdbc/org/postgresql/jdbc3g/Jdbc3gCallableStatement.java:15: org.postgresql.jdbc3g.Jdbc3gCallableStatement is not abstract and does not override abstract method registerOutParameter(int,int,int) in java.sql.CallableStatement
[javac] class Jdbc3gCallableStatement extends Jdbc3gPreparedStatement implements CallableStatement

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message xavier.marquis 2005-07-13 17:22:06 SQLException: Cannot be less than zero
Previous Message Tom Lane 2005-07-13 13:50:29 Re: out of memory error on a delete command