Re: Patch for Statement Escape Processing problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Patch for Statement Escape Processing problems
Дата
Msg-id 200109150016.f8F0GJZ21216@candle.pha.pa.us
обсуждение исходный текст
Ответ на Patch for Statement Escape Processing problems  ("Thomas O'Dowd" <tom@nooper.com>)
Список pgsql-jdbc
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

> Hi all,
>
> I'm attaching a patch which fixes the corruption in strings caused
> by escape processing in the SQL statement. I've tested this for a
> while now and it appears to work well. Previously string data
> with {d was getting corrupt as the {d was being stripped regardless
> of whether it was an escape code or not.
>
> I also added checking for time and timestamp escape processing strings
> as per 11.3 in the specification. The patch is against the latest
> CVS.
>
> Cheers,
>
> Tom.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Using boolean '1' in jdbc2
Следующее
От: Ola Sundell
Дата:
Сообщение: UpdateableResultSet patch (not finished yet!)