summary refs log tree commit diff
path: root/synapse/storage/engines/sqlite.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up and type-hint the database engine modules (#12734)David Robertson2022-05-171-36/+36
* Db txn set isolation level (#11799)Nick Barrett2022-01-251-0/+7
* Fix the inbound PDU metric (#10279)Erik Johnston2021-06-301-0/+5
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Drop support for sqlite<3.22 as wellRichard van der Hoff2021-04-081-10/+5
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+5
* Add experimental support for PyPy. (#9123)Jonathan de Jong2021-02-041-0/+6
* Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston2020-10-071-0/+10
* Use SequenceGenerator for state group ID allocationRichard van der Hoff2020-07-161-13/+0
* Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-301-0/+1
* Only import sqlite3 when type checking (#7155)David Vo2020-03-271-2/+5
* Add some type annotations in `synapse.storage` (#6987)Richard van der Hoff2020-02-271-5/+8
* Warn if postgres database has non-C locale. (#6734)Erik Johnston2020-01-281-0/+5
* Refuse to start if sqlite is older than 3.11.0Richard van der Hoff2020-01-091-2/+5
* Modify check_database to take a connection rather than a cursorRichard van der Hoff2020-01-091-1/+1
* Add database config class (#6513)Erik Johnston2019-12-181-3/+13
* 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
* 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 erikj/sqlite_nat...Erik Johnston2019-01-251-2/+1
|\
| * 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