Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.50.0rc1 | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -1/+0 |
| | |||||
* | skip some dict munging in event persistence (#11560) | Richard van der Hoff | 2021-12-10 | 1 | -0/+1 |
Create a new dict helper method `simple_insert_many_values_txn`, which takes raw row values, rather than {key=>value} dicts. This saves us a bunch of dict munging, and makes it easier to use generators rather than creating intermediate lists and dicts. |