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
..
2019-10-08 16:28:57 +01:00
2019-09-03 10:21:30 +01:00
2019-09-05 15:06:13 +01:00
2019-08-22 11:28:12 +01:00
2019-08-22 11:28:12 +01:00
2019-10-08 16:18:43 +01:00
2019-10-08 16:28:57 +01:00
2019-06-20 19:32:02 +10:00
2019-06-20 19:32:02 +10:00
2019-08-27 09:39:11 +01:00
2019-10-08 16:28:57 +01:00
2019-08-21 13:16:28 +01:00
2019-05-21 11:36:50 -05:00