pgsql/src/interfaces/python pgmodule.c

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/src/interfaces/python pgmodule.c
Дата
Msg-id 200108161521.f7GFLGB22726@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql/doc/src/sgml backup.sgml
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/interfaces/python Tag: REL7_1_STABLE ...