MatrixSynapse/synapse/storage
Erik Johnston f9e12f79ca Add missing yield in storage func 2015-04-15 10:24:07 +01:00
..
engines Correctly identify deadlocks 2015-04-15 10:23:42 +01:00
schema Rename user_ips.user -> user_id 2015-04-14 13:54:09 +01:00
util Correctly increment the _next_id initially 2015-04-14 09:54:44 +01:00
__init__.py Rename user_ips.user -> user_id 2015-04-14 13:54:09 +01:00
_base.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
appservice.py Merge branch 'develop' of github.com:matrix-org/synapse into mysql 2015-04-07 18:05:39 +01:00
directory.py Use generic db exceptions rather than sqlite3 specific ones 2015-04-08 16:53:48 +01:00
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 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
filtering.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
keys.py Fix unicode support 2015-04-02 10:06:22 +01:00
media_repository.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
presence.py Implement or_ignore flag on inserts 2015-04-07 12:06:22 +01:00
profile.py Handle the fact that in sqlite binary data might be stored as unicode or bytes 2015-04-10 13:41:54 +01:00
push_rule.py Merge branch 'develop' of github.com:matrix-org/synapse into mysql 2015-03-20 16:31:48 +00:00
pusher.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
registration.py Add missing yield in storage func 2015-04-15 10:24:07 +01:00
rejections.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
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 PEP8 2015-04-07 12:16:05 +01:00
signatures.py Make work in both Maria and SQLite. Fix tests 2015-04-01 14:12:33 +01:00
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 PEP8 2015-04-07 12:16:05 +01:00