This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients berker.peksag, cheryl.sabella, docs@python, jae, palaviv
Date 2017-03-31.16:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490977896.51.0.0479693936022.issue29725@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Aviv,

Thank you so much for explaining that!  It's obvious to me now.  It wasn't marked as READ ONLY in the program, so of course it would set by the caller.  I'll be able to document that.

I still have the question about this line in fetchall - " Note that the cursor’s arraysize attribute can affect the performance of this operation. "  I don't see arraysize referenced in that function.  I must be missing something else, but if it's not used, then maybe I should remove that line?

One other question --
There is another attribute called row_factory in the cursor structure that isn't in the docs.  There is a row_factory defined in the docs, but that one is for the connection structure.  Should it be added under cursor as well?

Thank you!
History
Date User Action Args
2017-03-31 16:31:36cheryl.sabellasetrecipients: + cheryl.sabella, jae, docs@python, berker.peksag, palaviv
2017-03-31 16:31:36cheryl.sabellasetmessageid: <1490977896.51.0.0479693936022.issue29725@psf.upfronthosting.co.za>
2017-03-31 16:31:36cheryl.sabellalinkissue29725 messages
2017-03-31 16:31:36cheryl.sabellacreate