mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 12:15:26 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
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.