Opened 11 years ago

Last modified 10 years ago

#11287 assigned enhancement

Convert to .executemany() where appropriate — at Version 1

Reported by: Chris Nelson Owned by: Chris Nelson
Priority: low Component: TracJsGanttPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Chris Nelson)

As 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.

Change History (1)

comment:1 Changed 11 years ago by Chris Nelson

Description: modified (diff)
Note: See TracTickets for help on using tickets.