pgsql/src/interfaces/python pgdb.py

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/python pgdb.py
Date: 2002-06-03 17:42:11
Message-ID: 20020603174211.71683475F11@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/06/03 13:42:11

Modified files:
src/interfaces/python: pgdb.py

Log message:
Small patch to correct the default arraysize associated
with the Cursor object's fetchmany() method. The API and
inline documentation state that the default is 1. It
currently defaults to 5.

Patrick Macdonald

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-06-03 17:45:19 pgsql/doc/TODO.detail privileges
Previous Message Bruce Momjian - CVS 2002-06-03 17:41:38 pgsql/doc TODO