MatrixSynapse/synapse/storage
Patrick Cloke 455ef04187
Avoid updating the same rows multiple times with simple_update_many_txn. (#16609)
simple_update_many_txn had a bug in it which would cause each
update to be applied twice.
2023-11-07 14:02:09 -05:00
..
controllers
databases
engines
schema
util
__init__.py
_base.py
background_updates.py
database.py Avoid updating the same rows multiple times with simple_update_many_txn. (#16609) 2023-11-07 14:02:09 -05:00
keys.py
prepare_database.py
push_rule.py
roommember.py
types.py