dendrite/syncapi/storage
Neil Alexander 6cab622468
Amend syncapi SQL queries to return missing columns (#840)
* This commit updates a couple of the syncapi SQL queries to return additional columns that are required/expected by rowsToStreamEvents in output_room_events_table.go.

It's not exactly clear to me yet what transaction_id and session_id do, but these being added n #367 results in state events breaking the /sync endpoint.

This is a temporary fix. We need to come up with a better solution.

* gomatrix to gomatrixserverlib on some weird line change

* Tweaks from @babolivier review comments
2020-01-02 14:51:21 +00:00
..
account_data_table.go Add filtering database API to syncapi account data table (#513) 2019-08-08 13:10:42 +08:00
current_room_state_table.go Amend syncapi SQL queries to return missing columns (#840) 2020-01-02 14:51:21 +00:00
filtering.go State events filtering database api (#438) 2019-08-07 11:12:09 +01:00
invites_table.go Fix index in invites_table.go (#770) 2019-07-31 14:36:21 +01:00
output_room_events_table.go Amend syncapi SQL queries to return missing columns (#840) 2020-01-02 14:51:21 +00:00
syncserver.go Associate transactions with session IDs instead of device IDs (#789) 2019-08-24 00:55:40 +08:00