This patch fixes the well-known but unfixed bug that fetchone() always returns
authorBruce Momjian <bruce@momjian.us>
Thu, 16 Aug 2001 15:21:16 +0000 (15:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 16 Aug 2001 15:21:16 +0000 (15:21 +0000)
commitf7eedfdff248a9ee6d403ba7e70c43ff09d9057e
tree795b7a49ed106ce0961521cd0551e407becdfa2b
parent1e59edd2989f67fe4b2d7cd776fea0bb435dc5cc
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