Changes between Initial Version and Version 2 of Ticket #11288


Ignore:
Timestamp:
Dec 2, 2016, 10:49:13 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11288 – Description

    initial v2  
    1 As noted in http://trac-hacks.org/ticket/11131#comment:3 and http://www.python.org/dev/peps/pep-0249/, `.executemany()` is preferred over passing a list of tuples.  This can clean up a number of database accesses, potentially making them more portable and readable.
     1As noted in comment:3:ticket:11131 and pep:0249, `.executemany()` is preferred over passing a list of tuples.  This can clean up a number of database accesses, potentially making them more portable and readable.