Cheryl Sabella added the comment:

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!

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to