summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a small typo in the arguments of simple_update in update_remote_profile_c...Andrew Morgan2020-05-151-1/+1
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-14/+14
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-12/+12
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+178