MatrixSynapse/synapse/storage
Richard van der Hoff a64f9bbfe0 Fix 500 error when back-paginating search results
We were mistakenly adding pagination clauses to the count query, which then
failed because the count query doesn't join to the events table.
2015-12-17 12:50:46 +00: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
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 Fix 500 error when back-paginating search results 2015-12-17 12:50:46 +00:00
signatures.py
state.py
stream.py
tags.py
transactions.py