Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use execute_batch instead of executemany in places (#9181) | Erik Johnston | 2021-01-21 | 1 | -0/+1 |
`execute_batch` does fewer round trips in postgres than `executemany`, but does not give a correct `txn.rowcount` result after. |