summary refs log tree commit diff
path: root/synapse/storage/databases/main/state.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
| | | | | | | This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
* Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-281-9/+10
|
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-2/+2
|
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-3/+2
|
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+509