diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2012-02-23 22:55:13 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2012-02-23 22:55:13 +0000 |
commit | ebec522a07bc6ad091df2cf8f9d7892760423266 (patch) | |
tree | 7938688854b67e9bfff9a8dac6797419b26d6c26 /lib/errorcodes.py | |
parent | 7221ea9ec57728b9afb1c5e42f4a509dad9da29b (diff) | |
download | psycopg2-ebec522a07bc6ad091df2cf8f9d7892760423266.tar.gz |
Fixed rownumber for cursor subclasses during iterations
Regression introduced to fix ticket #80. Don't use fetchmany to get the
chunks of values. I did it that way because I was ending up into infinite
recursion calling __iter__ from __iter__: the solution has been the
"while 1: yield next()" idiom.
Diffstat (limited to 'lib/errorcodes.py')
0 files changed, 0 insertions, 0 deletions