stringtype=unspecified problem - Mailing list pgsql-jdbc

From Chris Gamache
Subject stringtype=unspecified problem
Date
Msg-id 9cc55f600702091415r22648579uf5bc0d00e4c9932b@mail.gmail.com
Whole thread Raw
Responses Re: stringtype=unspecified problem
List pgsql-jdbc
I'm setting stringtype=unspecified in my connection URL to allow
prepared statements to manipulate non-jdbc types as strings, since
jdbc seems to choke on them otherwise.

I'm running into a problem when I want to explicitly set one of those
unspecified types to NULL. It appears that jdbc is preparing that
statement using an empty string, which is causing PostgreSQL to
error-out on the execution of that statement.

The postgresql type in particular is the contrib type "uniqueidentifier" ...

I didn't want to file a bug report until I brought it up on the list
in case I'm overlooking something.

CG

pgsql-jdbc by date:

Previous
From: "Kevin Birkett"
Date:
Subject: Connection state after network failure?
Next
From: Scott Marlowe
Date:
Subject: Re: Connection state after network failure?