Re: J2SE 1.4 and other patches

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: J2SE 1.4 and other patches
Date: 2001-10-18 17:45:23
Message-ID: 003501c157fc$aa114c40$8201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Peter,

Yes, that makes a lot of sense. One problem might exist with the
sql.Types

Jdk 1.4 probably defines extra types which won't be defined in jdk 1.3.

Dave

-----Original Message-----
From: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
Sent: October 18, 2001 1:41 PM
To: Joseph Shraibman
Cc: Dave(at)micro-automation(dot)net; pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] J2SE 1.4 and other patches

Joseph Shraibman writes:

> Right. And a maintainer needs to make a jdbc3 direcotry and modifiy
> the ant files to use it when it detects a jdk of 1.4+

Couldn't the JDBC 3 stuff be implemented in the JDBC 2 driver as
extension? The only reason we have a jdbc1 vs jdbc2 split is so that we
can use jdk 1.2 functionality for the implementation of the JDBC 2
driver. So unless there is something in jdk 1.3 or 1.4 that is required
or really useful for JDBC 3 we could probably avoid opening up yet
another directory that always gets out of sync.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

Browse pgsql-jdbc by date

  From Date Subject
Next Message acshafer 2001-10-18 18:17:40 Re: JDBC PostgreSQhelL
Previous Message Dave Cramer 2001-10-18 17:43:33 Re: J2SE 1.4 and other patches