PGXAConnection - equals method returning false

Поиск
Список
Период
Сортировка
От Michał Woś
Тема PGXAConnection - equals method returning false
Дата
Msg-id 36513D91-5EBB-4AAA-9CBE-A7A34C17D3C6@leonisapps.pl
обсуждение исходный текст
Ответы Re: PGXAConnection - equals method returning false  (Florent Guillaume <fg@nuxeo.com>)
Список pgsql-jdbc
PGXAConnection - equals method is not working. It returns false due to
wrapping connection into Proxy object. Second argument of invoke is not
unwrapped so we have:

unwrapped_connection.equals(wrapped_connection)

Correct implementation can be found in AbstractJdbc23PooledConnection class.
It compares wrapped objects.


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

Предыдущее
От: Lezzlee
Дата:
Сообщение: Re: JDBC executeBatch() hangs without error
Следующее
От: Peter Damen
Дата:
Сообщение: JDBC PostgreSQL Stored Procedure Meta-data