summary refs log tree commit diff
path: root/synapse/storage/engines/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some type annotations in `synapse.storage` (#6987)Richard van der Hoff2020-02-271-13/+15
* Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-9/+3
* Use native UPSERTs where possible (#4306)Amber Brown2019-01-241-1/+1
* run isortAmber Brown2018-07-091-4/+3
* Fix pep8 error on psycopg2cffi hackRichard van der Hoff2018-04-101-6/+5
* Use psycopg2cffi module instead of psycopg2 if running on pypyVincent Breitmoser2018-04-101-1/+7
* Optionally make committing to postgres asynchronous.Mark Haines2016-06-201-1/+1
* Don't require config to create databaseErik Johnston2016-04-061-3/+3
* Mark AS users with their AS's IDDaniel Wagner-Hall2016-02-111-2/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Use __all__ instead of assert to stop pyflakes from warning about unused impo...Erik Johnston2015-04-291-2/+3
* Appease PEP8Erik Johnston2015-04-291-0/+2
* Check that postgres database has correct charset setErik Johnston2015-04-291-0/+1
* Remove mysql/maria supportErik Johnston2015-04-151-2/+0
* Add support for postgres instead of mysql. Change sql accourdingly. blob + va...Erik Johnston2015-04-141-0/+2
* Fix unicode supportErik Johnston2015-04-021-1/+3
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-0/+35