synapse-product/synapse/storage
2015-04-27 13:22:30 +01:00
..
engines Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00
schema Add unique index to room_aliases, remove duplicates on upgrade. Convert some columns back to TEXT from bytea 2015-04-17 11:10:20 +01:00
util Use try..finally in contextlib.contextmanager 2015-04-15 10:25:43 +01:00
__init__.py Rename user_ips.user -> user_id 2015-04-14 13:54:09 +01:00
_base.py Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00
appservice.py Go back to storing JSON in TEXT 2015-04-16 11:17:52 +01:00
directory.py
event_federation.py Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 2015-04-14 13:53:20 +01:00
events.py Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00
filtering.py
keys.py
media_repository.py
presence.py
profile.py Revert needless change to storage.profile 2015-04-17 16:13:14 +01:00
push_rule.py
pusher.py PEP8 2015-04-16 11:18:45 +01:00
registration.py Go back to storing JSON in TEXT 2015-04-16 11:17:52 +01:00
rejections.py
room.py Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 2015-04-14 13:53:20 +01:00
roommember.py
signatures.py
state.py For backwards compat, make state_groups.id have a type of int, not varchar 2015-04-13 17:03:49 +01:00
stream.py Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 2015-04-14 13:53:20 +01:00
transactions.py Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00