Using 7.1 driver with 7.3?

From: Mike Bridge <mike(at)bridgecanada(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Using 7.1 driver with 7.3?
Date: 2002-12-23 18:21:19
Message-ID: 20021223112119.A31493@mymailout.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'd like to update my version of Postgresql to 7.3, and I'm wondering
if it's possible to continue to use the use the 7.1 version of the
JDBC driver.

The version of a proprietary library we have licensed does not
understand the extra decimal places in Postgresql 7.3 datetime
types. (We are currently using it with Postgresql 7.1.) But
everything else appears to work fine with the new 7.3 jdbc driver.

I've tested our stuff with the old driver and the new database, and
it appears to work. My question is: is this a good idea? Is there
any obvious reason not to do this? The other option is that I might
be able to run the 7.3 driver in backwards compatibility mode.

Does anyone have any thoughts on this?

Thanks,

-Mike

--
Mike Bridge <mike(at)bridgecanada(dot)com>

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nic Ferrier 2002-12-23 18:50:27 Re: [JDBC] Stored procedures/functions that can return recordsets...
Previous Message Barry Lind 2002-12-23 17:42:21 Re: JDBC warning on setAutoCommit(false)