matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

Convert simple_select_many_batch, simple_select_many_txn to tuples. #16444

Closed clokep closed 1 year ago

clokep commented 1 year ago

🪓 cursor_to_dict, more of #16431.

This one got a bit big, but I couldn't really figure out a good way to separate them. It is fairly tedious, but I'll try to mark noticeable spots.