Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44959 > unrolled thread

Re: MySQL Database

Started byKevin Holleran <kdawg44@gmail.com>
First post2013-05-08 15:04 -0400
Last post2013-05-08 15:04 -0400
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.


Contents

  Re: MySQL Database Kevin Holleran <kdawg44@gmail.com> - 2013-05-08 15:04 -0400

#44959 — Re: MySQL Database

FromKevin Holleran <kdawg44@gmail.com>
Date2013-05-08 15:04 -0400
SubjectRe: MySQL Database
Message-ID<mailman.1453.1368039875.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On Wed, May 8, 2013 at 2:56 PM, Chris Angelico <rosuav@gmail.com> wrote:

> On Thu, May 9, 2013 at 4:52 AM, Kevin Holleran <kdawg44@gmail.com> wrote:
> > Will using db_c to update the database mess up the loop that is cycling
> > through db_c.fetchall()?
>
> Nope; fetchall() returns a list, which you're then iterating over.
> Nothing the database does can disrupt that.
>
> ChrisA
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Awesome.  That was my hope...

Thanks for your help & quick response.

Kevin

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web