Re: Search content within a bytea field - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Search content within a bytea field
Date
Msg-id 4AA2752D.60709@ejurka.com
Whole thread Raw
In response to Re: Search content within a bytea field  (Florian Weimer <fweimer@bfk.de>)
List pgsql-jdbc
Florian Weimer wrote:
> * Kris Jurka:
>
>> Use setObject(int, object, Types.OTHER);
>
> I get a PSQLException with "Cannot cast an instance of
> java.lang.String to type Types.OTHER".  Other types (such as Integer)
> don't work, either.
>
> I look rather hard at Debian's 8.2-504-3 source but couldn't find a
> straightforward way to make this work, beyond specifying
> stringtype=unspecified for the whole connection.
>

This is new functionality in 8.3 and newer drivers.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Florian Weimer
Date:
Subject: Re: Search content within a bytea field
Next
From: "Anjani Kumar Sahu"
Date:
Subject: Need help to download jdbc driver in Dspace windows