Erik Johnston
|
7a43482f19
|
Use execute_batch in more places (#9188)
* Use execute_batch in more places
* Newsfile
|
2021-01-21 14:44:12 +00:00 |
|
Richard van der Hoff
|
2649d545a5
|
Mypy fixes for synapse.handlers.federation (#8422)
For some reason, an apparently unrelated PR upset mypy about this module. Here are a number of little fixes.
|
2020-09-29 15:57:36 +01:00 |
|
Erik Johnston
|
bd380d942f
|
Add checks for postgres sequence consistency (#8402)
|
2020-09-28 18:00:30 +01:00 |
|
Patrick Cloke
|
8a4a4186de
|
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
2020-09-18 09:56:44 -04:00 |
|
Patrick Cloke
|
aec7085179
|
Convert state and stream stores and related code to async (#8194)
|
2020-08-28 09:37:55 -04:00 |
|
Erik Johnston
|
a7bdf98d01
|
Rename database classes to make some sense (#8033)
|
2020-08-05 21:38:57 +01:00 |
|