This patch fixes the well-known but unfixed bug that fetchone() always returns

Bruce Momjian <bruce@momjian.us>

Commit: f7eedfdff248a9ee6d403ba7e70c43ff09d9057e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-08-16T15:21:16Z
Releases: 7.2.1
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

Files

PathChange+/−
src/interfaces/python/pgmodule.c modified +2 −2