Opened 11 years ago

Last modified 10 years ago

#11287 assigned enhancement

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

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

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.