From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Fernando Nasser <fnasser(at)cygnus(dot)com> |
Cc: | gerhard(at)bigfoot(dot)de, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Fix for fetchone() and fetchmany() in Python interface |
Date: | 2001-08-15 20:59:37 |
Message-ID: | 200108152059.f7FKxbr00101@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Timothy H. Keitt | 2001-08-15 21:07:07 | Re: PostGIS spatial extensions |
Previous Message | Bruce Momjian | 2001-08-15 20:58:54 | Re: Fix for fetchone() and fetchmany() in Python interface |