0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 01:38:25 +02:00
dendrite/syncapi/storage/sqlite3
Neil Alexander b6bc132485
Use TransactionWriter in other component SQLite (#1209)
* Use TransactionWriter on other component SQLites

* Fix sync API tests

* Fix panic in media API

* Fix a couple of transactions

* Fix wrong query, add some logging output

* Add debug logging into StoreEvent

* Adjust InsertRoomNID

* Update logging
2020-07-21 15:48:21 +01:00
..
account_data_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
backwards_extremities_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
current_room_state_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
filter_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
invites_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
output_room_events_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
output_room_events_topology_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
send_to_device_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
stream_id_table.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
syncserver.go Implement /sync limited and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00