summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/deviceinbox.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add delta file to fix missing default table data (#6555)Andrew Morgan2019-12-181-15/+2
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-4/+5
* Move background update handling out of storeErik Johnston2019-12-051-5/+4
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-10/+10
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-2/+2
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-1/+1
* Replace UPDATE with UPSERT on device_max_stream_id table (#6363)Andrew Morgan2019-11-151-2/+15
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+457