]> granicus.if.org Git - postgresql/commit
Small patch to correct the default arraysize associated
authorBruce Momjian <bruce@momjian.us>
Mon, 3 Jun 2002 17:42:11 +0000 (17:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 3 Jun 2002 17:42:11 +0000 (17:42 +0000)
commite0faed4bee1faf0b5a7c77288fb7d45257df0d08
treeb0ad239df974e5f4a065c9b2f26b87379a6e51ea
parentcc574c4482db6b0c1b792bd8b702619b938ef22d
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
src/interfaces/python/pgdb.py