Re: Using 7.1 driver with 7.3?

From: Scott Lamb <slamb(at)slamb(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Using 7.1 driver with 7.3?
Date: 2002-12-23 20:52:18
Message-ID: 3E077782.4030004@slamb.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Mike Bridge wrote:
> 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.

Obviously, the ideal thing would be to appeal to whoever made the
proprietary driver to make it understand the extra decimal places.

Failing that, I think you'd be better off patching the 7.3 driver to
suppress them than to use the 7.1 driver.

Scott

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-12-24 01:22:21 Re: toTimestamp fractional seconds fix (patch against CVS)
Previous Message Daniel Serodio 2002-12-23 19:57:00 Re: Using 7.1 driver with 7.3?