Re: patches for jdbc1 (fwd)

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org, Peter T Mount <peter(at)retep(dot)org(dot)uk>
Subject: Re: patches for jdbc1 (fwd)
Date: 2001-03-22 14:17:18
Message-ID: 985270638.3aba096e8fde5@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Quoting Peter Eisentraut <peter_e(at)gmx(dot)net>:

> Peter M., can you examine this patch?

Hmmm, looks ok although I'm not sure by reading this if the warning target gets
executed if jdk1.2+ is not set, because of the if="jdk1.2+" in the compile
target.

I'll have to try it with ant, but I think ant may skip the depends list if the
if fails (which I think it should do).

> Index: src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java

This lot's ok. I couldn't fix much on the JDBC1.2 driver because not having
jdk1.1.8 is a slight problem :)

> Index: src/interfaces/jdbc/org/postgresql/jdbc1/Statement.java
> ===================================================================

This one is ok also (same reason above).

Peter

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter T Mount 2001-03-22 14:49:28 Re: I can't connect
Previous Message Juhan-Peep Ernits 2001-03-22 08:12:16 Re: How to set numeric in PreparedStatement