]> granicus.if.org Git - postgresql/commit
This patch fixes the well-known but unfixed bug that fetchone() always
authorBruce Momjian <bruce@momjian.us>
Thu, 16 Aug 2001 15:21:53 +0000 (15:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 16 Aug 2001 15:21:53 +0000 (15:21 +0000)
commit8b97a098e164e1d1dae04c953618e8cb66431f9b
treeb90228a028512829d83bca5da331f7d3ab4279a8
parentc43d241891844e94316e913b89b30d00594ec4b6
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
src/interfaces/python/pgmodule.c