Opened 11 years ago

Last modified 7 years ago

#11288 closed enhancement

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

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

Description (last modified by Ryan J Ollos)

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

Change History (2)

comment:1 Changed 11 years ago by Ryan J Ollos

Sorry, it's not a duplicate, I just noticed #11287 is different! I had figured it was the mysterious submit once, get two tickets issue that we see from time to time.

Last edited 11 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 7 years ago by Ryan J Ollos

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