Small patch to correct the default arraysize associated

Bruce Momjian <bruce@momjian.us>

Commit: e0faed4bee1faf0b5a7c77288fb7d45257df0d08
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-06-03T17:42:11Z
Releases: 7.3.1
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

Files

PathChange+/−
src/interfaces/python/pgdb.py modified +1 −1