Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-09 | Do the update as a background index | Erik Johnston | 2 | -9/+51 | |
2019-10-08 | Disable bytes usage with postgres | Erik Johnston | 3 | -3/+10 | |
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 |