Re: Re: [PATCH] Cleanup of JDBC character encoding

Поиск
Список
Период
Сортировка
От Anders Bengtsson
Тема Re: Re: [PATCH] Cleanup of JDBC character encoding
Дата
Msg-id Pine.LNX.4.33.0107101424400.5824-400000@sensenet.localdomain
обсуждение исходный текст
Ответ на Re: [PATCH] Cleanup of JDBC character encoding  (Anders Bengtsson <ndrsbngtssn@yahoo.se>)
Ответы Re: [JDBC] Re: Re: [PATCH] Cleanup of JDBC character encoding  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
> > I have some issues with this patch.
> >
> > 1) Please don't require the driver to perform yet another round trip to
> > the server to get the database encoding.  You changed the following code
> > which accessed the server once at connection creation:
> [snip]
> > 2) I don't like having test specific code in Encoding.java, specifically
> > the dummy encoding 'X-UNIT-TESTS'.

Ok, now I've made the changes, and added a comment about why the code for
(1) should stay optimized. :)

/Anders
_____________________________________________________________________
A n d e r s  B e n g t s s o n                   ndrsbngtssn@yahoo.se
Stockholm, Sweden

Вложения

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

Предыдущее
От: Anders Bengtsson
Дата:
Сообщение: Re: [PATCH] Cleanup of JDBC character encoding
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Python (PyGreSQL) make install patch