0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-06 13:53:44 +01:00
dendrite/keyserver/storage
Till b9d0e9f7ed
Add test for QueryDeviceMessages (#2773)
Adds tests for `QueryDeviceMessages` and also includes some
optimizations to reduce allocations in the DB layer.
2022-10-07 10:54:42 +02:00
..
postgres Add test for QueryDeviceMessages (#2773) 2022-10-07 10:54:42 +02:00
shared Fix database transaction for keyserver DeleteDeviceKeys 2022-09-09 13:31:55 +01:00
sqlite3 Add test for QueryDeviceMessages (#2773) 2022-10-07 10:54:42 +02:00
tables
interface.go
storage.go
storage_test.go Add race testing to tests, and fix a few small race conditions in the tests (#2587) 2022-08-05 09:19:33 +01:00
storage_wasm.go