Small patch to correct the default arraysize associated
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/python/pgdb.py | modified | +1 −1 |