Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver - Mailing list pgsql-jdbc

From Alexey Yudichev
Subject Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver
Date
Msg-id 8BCBF9DB739F034B87FE7C7D30EAE55CEA5754@hqex2k.francoudi.com
Whole thread Raw
Responses Re: FW: OID, compatible=7.1 and getBinaryStream() in  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
I have applied the patch against my CVS sources, built a jar and tested it. Everything now seems to work fine. Once
thepatch is in CVS I will check it out and rebuild the driver to be used in our development environment. 

-----Original Message-----
From: Kris Jurka [mailto:books@ejurka.com]
Sent: Wednesday, December 17, 2003 4:46 PM
To: Alexey Yudichev
Cc: pgsql-jdbc@postgresql.org
Subject: Re: FW: [JDBC] OID, compatible=7.1 and getBinaryStream() in 7.4driver




On Wed, 17 Dec 2003, Kris Jurka wrote:

>
>
> On Wed, 17 Dec 2003, Alexey Yudichev wrote:
>
> > [I can't use 7.1 style large objects with a 7.4 database.]
>
> Here's a patch to fix this.  The core problem was a check to determine
> if it should use the version 2 or 3 protocol was checking the
> server version instead of the compatibility version.  While
> locating this I found two other bugs.  The query to retrieve the
> oids for the large object functions had an incorrect WHERE clause
> when trying to deal with schemas.  Also the V3 fastpath API didn't
> handle multiargument functions properly.
>

Actually the last part about multiargument functions was correct to begin
with.  Here's the patch with only the first two changes.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: FW: OID, compatible=7.1 and getBinaryStream() in 7.4driver
Next
From: Tom Lane
Date:
Subject: Re: unsubscribe