Please help! - Constraints Exception

Поиск
Список
Период
Сортировка
От Ivan Bojer
Тема Please help! - Constraints Exception
Дата
Msg-id ac6251120906171257q69116eees210591ca33eae151@mail.gmail.com
обсуждение исходный текст
Ответы Re: Please help! - Constraints Exception
Список pgsql-jdbc
Hello all,

I am new to pgsql-JDBC and I apologize if this is a trivial question
but I can not hack it!

I have a table with UNIQUE constraint on the column. Inserting 2 of
same values on it fails (as it should)
and I can see DBLog Error message. Alas, there is no exception thrown
from JDBC so that I can properly
handle it.

Any hints are appreciated!

Config
--------
postgresql 8.3
JDBC3 (8.3-604)
database is accessed through the network

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Ashish Jain
Дата:
Сообщение: Re: org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying = integer
Следующее
От: Dennis Brakhane
Дата:
Сообщение: Re: Please help! - Constraints Exception