summary refs log tree commit diff
path: root/synapse/storage/engines (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle the fact that in sqlite binary data might be stored as unicode or bytesErik Johnston2015-04-102-1/+11
* Fix maria engine to correctly recognize deadlocksErik Johnston2015-04-081-2/+2
* Retry on deadlockErik Johnston2015-04-072-0/+8
* Fix unicode supportErik Johnston2015-04-023-1/+24
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-013-0/+90