0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-29 06:29:26 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Richard van der Hoff f0562183e7
skip some dict munging in event persistence (#11560)
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.
2021-12-10 15:02:33 +00:00