Modify ↓
Opened 11 years ago
Closed 8 years ago
#11288 closed enhancement (fixed)
Convert to .executemany() where appropriate
Reported by: | Chris Nelson | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | low | Component: | TeamCalendarPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
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.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
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.