[pysqlite] [3.6.3-r1] Row not updated?

Fred <[email protected]> Fri, 21 Nov 2008 13:12:07 +0100
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Roger Binns > You have to list() any iterator in Python if you intend 
to reuse it (btw  it was a cursor not a connection).  The same 
applies to pysqlite cursors.  pysqlite does have a fetchall method, 
but behind the scenes all it is doing is the list() for you!

Thanks a lot for the help. I'll check out the tracers.