mirror of
https://github.com/psycopg/psycopg2.git
synced 2026-01-05 07:28:55 +03:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| errorcodes.py | ||
| extensions.py | ||
| extras.py | ||
| pool.py | ||
| psycopg1.py | ||
| tz.py | ||