This patch fixes the well-known but unfixed bug that fetchone() always returns
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/python/pgmodule.c | modified | +2 −2 |