forked-synapse/synapse/storage/engines
Erik Johnston 1d3858371e Disable bytes usage with postgres
More often than not passing bytes to `txn.execute` is a bug (where we
meant to pass a string) that just happens to work if `BYTEA_OUTPUT` is
set to `ESCAPE`. However, this is a bit of a footgun so we want to
instead error when this happens, and force using `bytearray` if we
actually want to use bytes.
2019-10-08 16:28:57 +01:00
..
__init__.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
_base.py copyrights 2016-01-07 04:26:29 +00:00
postgres.py Disable bytes usage with postgres 2019-10-08 16:28:57 +01:00
sqlite.py Fix devices_last_seen background update. 2019-09-30 11:58:36 +01:00