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 Bump schema version. 2015-12-04 15:28:39 +00:00
util
__init__.py Add API for setting account_data globaly or on a per room basis 2015-12-01 18:41:32 +00:00
_base.py Track the time spent in the database per request. 2015-12-07 17:56:11 +00:00
account_data.py Add API for setting account_data globaly or on a per room basis 2015-12-01 18:41:32 +00:00
appservice.py
background_updates.py Fix the background update 2015-11-11 13:59:40 +00:00
directory.py
end_to_end_keys.py
event_federation.py
events.py Track the time spent in the database per request. 2015-12-07 17:56:11 +00:00
filtering.py
keys.py
media_repository.py
prepare_database.py Bump schema version. 2015-12-04 15:28:39 +00:00
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Allow users to change which account a 3pid is bound to 2015-12-15 17:02:21 +00:00
rejections.py
room.py
roommember.py Fix typo 2015-12-14 12:38:55 +00:00
search.py Fix 500 error when back-paginating search results 2015-12-17 12:50:46 +00:00
signatures.py
state.py Fix a few race conditions in the state calculation 2015-11-13 10:39:09 +00:00
stream.py
tags.py Add API for setting account_data globaly or on a per room basis 2015-12-01 18:41:32 +00:00
transactions.py Fix bug where assumed dict was namedtuple 2015-11-12 14:47:48 +00:00