Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54274 > unrolled thread
| Started by | Ervin Hegedüs <airween@gmail.com> |
|---|---|
| First post | 2013-09-17 12:05 +0200 |
| Last post | 2013-09-17 12:05 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: MySQLdb Help Ervin Hegedüs <airween@gmail.com> - 2013-09-17 12:05 +0200
| From | Ervin Hegedüs <airween@gmail.com> |
|---|---|
| Date | 2013-09-17 12:05 +0200 |
| Subject | Re: MySQLdb Help |
| Message-ID | <mailman.56.1379412256.18130.python-list@python.org> |
Hello, On Tue, Sep 17, 2013 at 07:22:50PM +1000, Ben Finney wrote: > Ervin Hegedüs <airween@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.
Back to top | Article view | comp.lang.python
csiph-web