MatrixSynapse/synapse/storage
David Baker 80be396464 Correct SQL statement for postgres
In standard sql, join binds tighter than comma, so we were joining on the wrong table. Postgres follows the standard (apparently).
2016-05-04 13:19:59 +01:00
..
engines
schema
util
__init__.py
_base.py
account_data.py
appservice.py
background_updates.py
directory.py
end_to_end_keys.py
event_federation.py
event_push_actions.py Correct SQL statement for postgres 2016-05-04 13:19:59 +01:00
events.py
filtering.py
keys.py
media_repository.py
prepare_database.py
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py
rejections.py
room.py
roommember.py
search.py
signatures.py
state.py
stream.py
tags.py
transactions.py