MySQL Database

Kevin Holleran kdawg44 at gmail.com
Wed May 8 15:04:27 EDT 2013


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

> On Thu, May 9, 2013 at 4:52 AM, Kevin Holleran <kdawg44 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130508/302d740c/attachment.html>


More information about the Python-list mailing list