forked-synapse/synapse/storage
Patrick Cloke 3d9f82efcb
Use an upsert for receipts_graph. (#13752)
Instead of a delete, then insert.

This was previously done for `receipts_linearized` in
2dc430d36e (#7607).
2022-09-09 07:08:41 -04:00
..
controllers Cancel the processing of key query requests when they time out. (#13680) 2022-09-07 12:03:32 +01:00
databases Use an upsert for receipts_graph. (#13752) 2022-09-09 07:08:41 -04:00
engines Require SQLite >= 3.27.0 (#13760) 2022-09-09 11:14:10 +01:00
schema Add timestamp to user's consent (#13741) 2022-09-08 15:41:48 +00:00
util Cancel the processing of key query requests when they time out. (#13680) 2022-09-07 12:03:32 +01:00
__init__.py
_base.py Refactor presence so we can prune user in room caches (#13313) 2022-07-25 09:21:06 +00:00
background_updates.py
database.py Require SQLite >= 3.27.0 (#13760) 2022-09-09 11:14:10 +01:00
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py Update the rejected state of events during resync (#13459) 2022-08-11 10:42:24 +00:00
types.py