summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-4/+5
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-17/+19
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-8/+8
* Make sure that we close cursors before returning from a query (#6408)Richard van der Hoff2019-11-251-1/+1
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+536