summary refs log tree commit diff
path: root/synapse/storage/engines/sqlite.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix SQLiteErik Johnston2019-10-101-1/+1
|
* Remove add_in_list_sql_clauseErik Johnston2019-10-101-0/+6
|
* Fix `devices_last_seen` background update.Erik Johnston2019-09-301-0/+8
| | | | Fixes #6134.
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
|
* Run black on the rest of the storage module (#4996)Amber Brown2019-04-031-2/+3
|
* Add database version to phonehome stats. (#4753)Richard van der Hoff2019-02-271-0/+9
|
* Fix UPSERTs on SQLite 3.24+ (#4477)Amber Brown2019-01-281-7/+3
|
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2019-01-251-2/+1
|\ | | | | | | erikj/sqlite_native_upsert
| * Don't require sqlite3 when using postgres (#4466)Andrew Morgan2019-01-251-2/+1
| |
* | Disable native upserts for sqlite, as they don't workErik Johnston2019-01-251-3/+7
|/
* Use native UPSERTs where possible (#4306)Amber Brown2019-01-241-0/+96