Re: patch: tiny patch to correct stringbuffer size estimate

Поиск
Список
Период
Сортировка
От Felipe Schnack
Тема Re: patch: tiny patch to correct stringbuffer size estimate
Дата
Msg-id 20030722112011.714999a1.felipes@ritterdosreis.br
обсуждение исходный текст
Ответ на patch: tiny patch to correct stringbuffer size estimate  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: patch: tiny patch to correct stringbuffer size estimate
Re: patch: tiny patch to correct stringbuffer size estimate
Список pgsql-jdbc
These StringBuffer woes remember of an old request we made to this list... The last time I checked driver's sources,
allacess to preparedstatement's stringbuffer are synchronized... this isn't necessary as jre's Stringbuffer already has
allof its methods synchronized. 
  The driver is still doing that? Just curious.

On Wed, 23 Jul 2003 01:54:53 +1200
Oliver Jowett <oliver@opencloud.com> wrote:

> This patch tweaks the size estimate when escaping strings to count the
> enclosing quotes.
>
> -O
>


--

 /~\ The ASCII        Felipe Schnack (felipes@ritterdosreis.br)
 \ / Ribbon Campaign  Analista de Sistemas
  X  Against HTML     Cel.: 51-91287530
 / \ Email!           Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter@ritterdosreis.br
Fone: 51-32303341

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: patch: tiny patch to correct stringbuffer size estimate
Следующее
От: Dmitry Tkach
Дата:
Сообщение: Re: Detecting 'socket errors' - closing the Connection object