setObject(col, blob) throws PSQLException - Mailing list pgsql-jdbc

From Marc Herbert
Subject setObject(col, blob) throws PSQLException
Date
Msg-id 871x3842mw.fsf@meije.emic.fr
Whole thread Raw
Responses Re: setObject(col, blob) throws PSQLException  (Kris Jurka <books@ejurka.com>)
Re: setObject(col, blob) throws PSQLException  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
So does setObject(col, blob, Types.Blob).

Whereas setBlob(col, blob) works fine in the same test case.

This case is like missing in the big switch found in the code.
Is this on purpose?

pgsql-jdbc by date:

Previous
From: Nelson Arape
Date:
Subject: Re: Problem getting a connection with Postgres 8.0.3
Next
From: Russell Francis
Date:
Subject: Re: How to retieve binary data (bytea) without problem ?