Re: [BUGS] BUG #2856: Jdbc 4 connector running on JDK 1.6 should

From: Thor-Michael Støre <thor-michael(dot)store(at)webvelocity(dot)no>
To: "Mike C(dot)" <mcbp223(at)yahoo(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #2856: Jdbc 4 connector running on JDK 1.6 should
Date: 2007-09-28 13:47:23
Message-ID: B0CBF2E6AAB15E45A41D911BA68BB3AD2E51@ex-srv-02.exchangemail.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hey,

On Fri, 5 Jan 2007, Steve Langridge wrote:

> At the present time, I am not really interested in actually using the client
> info data at all - I really just need the getClientInfo() and setClientInfo()
> to rather not raise a not-implemented exception. With the JDBC 3 driver
> under Java 1.5, there were no problems, so I presume these methods were
> implemented - it is now a real hassle since when running under Java 1.6, one
> has to use the JDBC 4 driver.
>

FYI, the Glassfish folks added an option to V2 so that one can run it on JDK 1.6 with JDBC 3 drivers. https://glassfish.dev.java.net/issues/show_bug.cgi?id=2779

Ofcourse, this doesn't help those who are on V1 or you need features in JDBC 4......

- thormick

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Lindner 2007-09-29 00:25:13 Prepared Statements vs. pgbouncer
Previous Message Mike C. 2007-09-28 13:13:41 Re: [BUGS] BUG #2856: Jdbc 4 connector running on JDK 1.6 should