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-16 04:07:32
Message-ID: Pine.BSO.4.56.0507152307010.8627@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 13 Jul 2005, Kris Jurka wrote:

> 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
>

What's the status of this?

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roberta Campo 2005-07-18 11:55:23 PreparedStatement.setXXX
Previous Message Christian Cryder 2005-07-15 23:04:02 Re: Timezone conversion woes