summaryrefslogtreecommitdiff
path: root/lib/errorcodes.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2012-02-23 22:55:13 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2012-02-23 22:55:13 +0000
commitebec522a07bc6ad091df2cf8f9d7892760423266 (patch)
tree7938688854b67e9bfff9a8dac6797419b26d6c26 /lib/errorcodes.py
parent7221ea9ec57728b9afb1c5e42f4a509dad9da29b (diff)
downloadpsycopg2-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