summary refs log tree commit diff
path: root/synapse/storage/databases/main/e2e_room_keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-161-2/+2
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-11/+23
* Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-141-70/+167
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-14/+16
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-10/+16
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-4/+4
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-16/+14
* Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-071-6/+5
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+439