summary refs log tree commit diff
path: root/synapse/storage/engines/sqlite3.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement rank function for SQLite FTSErik Johnston2015-10-231-0/+27
* rename schema_prepare to prepare_databaseErik Johnston2015-10-131-1/+1
* Expose error more nicelyErik Johnston2015-10-131-1/+1
* Split out the schema preparation and update logic into its own moduleErik Johnston2015-10-131-1/+3
* Remove race conditionErik Johnston2015-05-141-0/+2
* Don't call 'encode_parameter' no-opErik Johnston2015-05-051-3/+0
* Check that postgres database has correct charset setErik Johnston2015-04-291-0/+3
* Shuffle operations so that locking upsert happens last in the txn. This ensur...Erik Johnston2015-04-271-0/+3
* Handle the fact that postgres databases can be restarted from under usErik Johnston2015-04-271-0/+3
* PEP8Erik Johnston2015-04-161-2/+0
* Go back to storing JSON in TEXTErik Johnston2015-04-161-5/+0
* 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