dendrite/syncapi/storage/tables
Kegan Dougal fb7db9a2e9 syncapi: add more tests; fix more bugs
bugfixes:
 - The postgres impl of TopologyTable.SelectEventIDsInRange did not use the provided txn
 - The postgres impl of EventsTable.SelectEvents did not preserve the ordering of the input event IDs in the output events slice
 - The sqlite impl of EventsTable.SelectEvents did not use a bulk `IN ($1)` query.

Added tests:
 - `TestGetEventsInRangeWithTopologyToken`
 - `TestOutputRoomEventsTable`
 - `TestTopologyTable`
2022-04-08 17:00:06 +01:00
..
interface.go syncapi: add more tests; fix more bugs 2022-04-08 17:00:06 +01:00
output_room_events_test.go syncapi: add more tests; fix more bugs 2022-04-08 17:00:06 +01:00
topology_test.go syncapi: add more tests; fix more bugs 2022-04-08 17:00:06 +01:00