Re: Fix for fetchone() and fetchmany() in Python interface - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Fix for fetchone() and fetchmany() in Python interface
Date
Msg-id 200108152059.f7FKxbr00101@candle.pha.pa.us
Whole thread Raw
In response to Re: Fix for fetchone() and fetchmany() in Python interface  (Fernando Nasser <fnasser@cygnus.com>)
Responses Re: Fix for fetchone() and fetchmany() in Python interface
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords
Next
From: Bruce Momjian
Date:
Subject: Re: Fix for fetchone() and fetchmany() in Python interface