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

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема Re: Fix for fetchone() and fetchmany() in Python interface
Дата
Msg-id 3B7AE15E.F5F77B6C@cygnus.com
обсуждение исходный текст
Ответ на Fix for fetchone() and fetchmany() in Python interface  (Gerhard Häring <haering_python@gmx.de>)
Ответы 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).

--
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Proposal for encrypting pg_shadow passwords
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: Proposal for encrypting pg_shadow passwords