Yes the error still says no encryption. `node-postgres` (i.e. the `pg` package) is v. ^8.10.0
Yes the error still says no encryption.
node-postgres (i.e. the pg package) is v. ^8.10.0

pg_hba.conf is the Postgres config file; Hyperdrive is attempting to connect and getting that back.
wrangler dev.
SELECT data FROM my_table WHERE primary_key = 1234;) with a large result (data is a couple hundred KB in size), Hyperdrive sometimes responds correctly (with one row) and sometimes responds incorrectly (with no rows)cfd355bcff7e6af6838743ae944184b00bbf89fd8f5544b4a313f26006174018{
command: null,
rowCount: null,
oid: null,
rows: Array(0),
fields: Array(0)
...
}--remote