mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
6b241f5286
Always add state.room_id after the configurable ORDER BY. Otherwise, for any sort, certain pages can contain results from other pages. (Especially when sorting by creator, since there may be many rooms by the same creator) * Document different order direction of numerical fields "joined_members", "joined_local_members", "version" and "state_events" are ordered in descending direction by default (dir=f). Added a note in tests to explain the differences in ordering. Signed-off-by: Daniël Sonck <daniel@sonck.nl> |
||
---|---|---|
.. | ||
__init__.py | ||
test_admin.py | ||
test_background_updates.py | ||
test_device.py | ||
test_event_reports.py | ||
test_federation.py | ||
test_media.py | ||
test_registration_tokens.py | ||
test_room.py | ||
test_server_notice.py | ||
test_statistics.py | ||
test_user.py | ||
test_username_available.py |