pgsql/src/interfaces/python pgmodule.c - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/interfaces/python pgmodule.c
Date
Msg-id 200108161521.f7GFLGB22726@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/08/16 11:21:16

Modified files:
    src/interfaces/python: 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 H�ring


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql/doc/src/sgml backup.sgml
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/python Tag: REL7_1_STABLE ...