Changes between Initial Version and Version 1 of Ticket #11287


Ignore:
Timestamp:
Aug 28, 2013, 3:09:20 PM (11 years ago)
Author:
Chris Nelson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11287 – Description

    initial v1  
    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 http://trac-hacks.org/ticket/11131#comment:3 and http://www.python.org/dev/peps/pep-0249/#executemany, `.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.