stringtype=unspecified problem

Поиск
Список
Период
Сортировка
От Chris Gamache
Тема stringtype=unspecified problem
Дата
Msg-id 9cc55f600702091415r22648579uf5bc0d00e4c9932b@mail.gmail.com
обсуждение исходный текст
Ответы Re: stringtype=unspecified problem  (Oliver Jowett <oliver@opencloud.com>)
Список 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 по дате отправления:

Предыдущее
От: "Kevin Birkett"
Дата:
Сообщение: Connection state after network failure?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Connection state after network failure?