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

Remove more usages of cursor_to_dict #16551

Closed clokep closed 1 year ago

clokep commented 1 year ago

More of #16431, this targets a bunch of individual usages, but also targets the usages of execute which can take a callable to map the results. In actuality it always passes cursor_to_dict.

This can be split further, but isn't too large and should be reviewable commit-by-commit.

clokep commented 1 year ago

After this there's < 10 usages remaining.