mirror of https://github.com/watcha-fr/synapse
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.code_spécifique_watcha
parent
e7631d84e6
commit
1d3858371e
Loading…
Reference in new issue