Re: RFC: Removal of support for JDBC1 drivers.

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Fernando Nasser <fnasser(at)redhat(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org, Barry Lind <blind(at)xythos(dot)com>, Dave Cramer <Dave(at)micro-automation(dot)net>
Subject: Re: RFC: Removal of support for JDBC1 drivers.
Date: 2003-07-21 16:12:44
Message-ID: 3F1C10FC.1030508@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Just occurred to me...

If someone needs some sort of flagging for features not supported in JDBC1
because they want to ensure portability or something we can still produce the
JDBC1 driver but allowing Java 1.2 code to be used in it. Or add some flagger
facility.

Regards to all,
Fernando

Fernando Nasser wrote:> Folks,
>
> We can't even get hold of a 1.1 JDK anymore. And it is preventing us
> from using the most basic stuff in the jdbc1 classes because they were
> introduced in 1.2.
>
> I am proposing we drop support for Java SDK 1.1 and JDBC1 altogether and
> keep only JDBC2 (for SDK 1.2 and SDK 1.3) and JDBC3 (for SDK 1.4).
>
> Concerns?
>
>
> P.S.: I even think support for 1.2 is not necessary. Does anyone know
> of a place where Java 1.2 is still being used? They must have a Java
> that old and still have a reasonably recent backend as the driver only
> support the last two previous versions (will be 7.2+ in the 7.4 release).
>
>

--
Fernando Nasser
Red Hat - Toronto E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2003-07-21 16:14:06 Re: IN clauses via setObject(Collection) [Was: Re: Prepared Statements]
Previous Message Fernando Nasser 2003-07-21 16:09:49 Re: RFC: Removal of support for JDBC1 drivers.