forked-synapse/synapse/storage/databases
Patrick Cloke 9738b1c497
Avoid executing no-op queries. (#16583)
If simple_{insert,upsert,update}_many_txn is called without any data
to modify then return instead of executing the query.

This matches the behavior of simple_{select,delete}_many_txn.
2023-11-07 14:00:25 -05:00
..
main Avoid executing no-op queries. (#16583) 2023-11-07 14:00:25 -05:00
state Remove more usages of cursor_to_dict. (#16551) 2023-10-26 15:12:28 -04:00
__init__.py Check databases/__init__ and main/cache with mypy. (#15496) 2023-04-27 07:59:14 -04:00