Re: patch to avoid a NullPointerException

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: patch to avoid a NullPointerException
Дата
Msg-id CADK3HH+-7Rt0mBH-S0b7SXywLC5OFKtefHXv7-EVwrvotyg+tw@mail.gmail.com
обсуждение исходный текст
Ответ на patch to avoid a NullPointerException  (Derrick Hudson <dsh@dman13.dyndns.org>)
Ответы Re: patch to avoid a NullPointerException  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Derrick,

Thanks, applied

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Sat, Feb 16, 2013 at 12:15 AM, Derrick Hudson <dsh@dman13.dyndns.org> wrote:
I have observed a NullPointerException raised in PGobject.equals().
The attached patch checks for a null value and avoids raising an
exception.

I am working with an application which makes extensive use of
user-defined types, particularly enums, and also uses EclipseLink.  I
found it necessary to create EclipseLink converters to convert from
the Java representation of the user-defined types to a PGobject so
that PgJDBC sends the correct type information to the PostgreSQL
server.  It appears to be necessary to create an PGobject instance
with the correct type label and a null value in order to store a NULL
in a column with a user-defined type.  However, this results in a
NullPointerException when EclipseLink tests the two PGobject instances
for equality.

-Derrick



--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Patch to add a new loglevel(OFF) to turn off logging
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: JDBC - PreparedStatement reuse oddity when using setObject() with nulls and setTimestamp()