Binary transfer patches v15

Поиск
Список
Период
Сортировка
От Mikko Tiihonen
Тема Binary transfer patches v15
Дата
Msg-id 4E7A63BA.1020505@nitorcreations.com
обсуждение исходный текст
Ответы Re: Binary transfer patches v15  (Dave Cramer <pg@fastcrypt.com>)
Re: Binary transfer patches v15  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
I believe these are now ready for merging to cvs head. The patch set now passes all tests on jdk7u2 + postgres 9.1.0.

Changes from last week:
- Rebased to latest cvs
- Fixed connection leak in jdbc3/DatabaseMetaDataTest.java
    => now it is possible to run the unit tests with max_connections=2 in postgresql.conf
- Fixed ForceBinaryTransfer bug in DatabaseEncodingTest
    => Required a new field to Jdbc2ResultSet to keep the real statement alive
       (Thanks to Oliver for the good analysis on the problem)
- Fixed UpdateableResultTest.testUpdateStreams with binary transfers
    => now ResultSet.refreshRow() informs lower level code that the results are for
       updateable result set and should not use binary transfer

Any comments on what still needs to be done before this is accepted?

-Mikko


Вложения

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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: behavior at the end of a transaction
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Binary transfer patches v15