synapse-product/synapse/storage
Erik Johnston c9c544cda5
Remove ChainedIdGenerator. (#8123)
It's just a thin wrapper around two ID gens to make `get_current_token`
and `get_next` return tuples. This can easily be replaced by calling the
appropriate methods on the underlying ID gens directly.
2020-08-19 13:41:51 +01:00
..
databases Remove ChainedIdGenerator. (#8123) 2020-08-19 13:41:51 +01:00
engines
schema
util Remove ChainedIdGenerator. (#8123) 2020-08-19 13:41:51 +01:00
__init__.py
_base.py Be stricter about JSON that is accepted by Synapse (#8106) 2020-08-19 07:26:03 -04:00
background_updates.py Convert misc database code to async (#8087) 2020-08-14 07:24:26 -04:00
database.py Convert runWithConnection to async. (#8121) 2020-08-19 07:09:24 -04:00
keys.py
persist_events.py
prepare_database.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py