summary refs log tree commit diff
path: root/synapse/storage/engines/sqlite3.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle the fact that in sqlite binary data might be stored as unicode or bytesErik Johnston2015-04-101-0/+7
* Retry on deadlockErik Johnston2015-04-071-0/+3
* Fix unicode supportErik Johnston2015-04-021-0/+9
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-0/+25