Re: Fix for fetchone() and fetchmany() in Python interface

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Fix for fetchone() and fetchmany() in Python interface
Дата
Msg-id 200108152059.f7FKxbr00101@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Fix for fetchone() and fetchmany() in Python interface  (Fernando Nasser <fnasser@cygnus.com>)
Ответы Re: Fix for fetchone() and fetchmany() in Python interface
Список pgsql-patches
> Gerhard H?ring wrote:
> >
> > This patch fixes the well-known but unfixed bug that fetchone() always returns
> > the first result in the DB-API compliant wrapper. It turned out that the bug
> > was way down in the C code.
> >
> > Gerhard
>
> This is great.  It solves a problem we were having.
>
> Bruce: this should go into 7.1.3 (if possible).  It applies cleanly and,
> without it, we basically can't use Python (cursors don't work, basically).

We only put major lowrisk fixes in 7.1.X releases, and this one is too
minor for the risk.  Sorry.

--
  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-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: Proposal for encrypting pg_shadow passwords
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Fix for fetchone() and fetchmany() in Python interface