forked-synapse/synapse/storage/engines
2015-04-15 10:23:42 +01:00
..
__init__.py Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 2015-04-14 13:53:20 +01:00
maria.py Use case sensitive collations 2015-04-10 18:46:33 +01:00
postgres.py Correctly identify deadlocks 2015-04-15 10:23:42 +01:00
sqlite3.py Handle the fact that in sqlite binary data might be stored as unicode or bytes 2015-04-10 13:41:54 +01:00