MySQLdb Help

Ervin Hegedüs airween at gmail.com
Tue Sep 17 06:05:41 EDT 2013


Hello,

On Tue, Sep 17, 2013 at 07:22:50PM +1000, Ben Finney wrote:
> Ervin Hegedüs <airween at gmail.com> writes:
> 
> > Hello,
> >
> > On Tue, Sep 17, 2013 at 05:35:30PM +1000, Ben Finney wrote:
> > >     for row in cur.fetchall():
> >
> > and what if in body of iteration there is another fetchall()? :)
> 
> Yes, what if? Each call to ‘fetchall’ returns a sequence of rows. I
> don't see your point.

yep', sorry, I'm confused. I just remember - maybe badly - once I
used this form, and the 'row' continues the new sequence... But
now I tried, and I see this presumtion is wrong.

Sorry for disturbing, and thanks :)


a.




More information about the Python-list mailing list