pgsql/src/interfaces/python Tag: REL7_1_STABLE ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/python Tag: REL7_1_STABLE ...
Date: 2001-08-16 15:21:54
Message-ID: 200108161521.f7GFLsx22763@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/08/16 11:21:53

Modified files:
src/interfaces/python: Tag: REL7_1_STABLE pgmodule.c

Log message:
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 Hring

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-08-16 16:24:16 pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...
Previous Message Bruce Momjian - CVS 2001-08-16 15:21:16 pgsql/src/interfaces/python pgmodule.c