MatrixSynapse/synapse/storage
Erik Johnston 4af32a2817 Postgres does not allow you to continue using a cursor after a DB exception has been raised, so move _simple_insert or_ignore flag out of transaction 2015-04-15 14:51:21 +01:00
..
engines
schema Add index on events (topological_ordering, stream_ordering) to help with ORDER BY clauses 2015-04-15 11:43:25 +01:00
util Use try..finally in contextlib.contextmanager 2015-04-15 10:25:43 +01:00
__init__.py
_base.py Postgres does not allow you to continue using a cursor after a DB exception has been raised, so move _simple_insert or_ignore flag out of transaction 2015-04-15 14:51:21 +01:00
appservice.py
directory.py
event_federation.py
events.py Use True for True rather than 1 2015-04-15 10:24:24 +01:00
filtering.py
keys.py
media_repository.py
presence.py
profile.py
push_rule.py
pusher.py
registration.py Add missing yield in storage func 2015-04-15 10:24:07 +01:00
rejections.py
room.py
roommember.py
signatures.py
state.py
stream.py
transactions.py Turn off persistance of sent_transactions.response_json 2015-04-15 14:09:35 +01:00