That’s local — with `wrangler dev`.
That’s local — with
wrangler dev.
data is a couple hundred KB in size), Hyperdrive sometimes responds correctly (with one row) and sometimes responds incorrectly (with no rows)--remote enabled. I believe this bypasses Hyperdrive entirely, so if the issue relates to CF at all, perhaps it's a Wrangler thing not HD. Either way it's a blocker for me right now.
--remote implying usage of HD, just checked.SELECT data FROM my_table WHERE primary_key = 1234;cfd355bcff7e6af6838743ae944184b00bbf89fd8f5544b4a313f26006174018USER -> [CF SGP] --CF-PVT-NETWORK--> [CF USA] -> DB US-EASTUSER -> [CF SGP] --Public Internet--> DB US-EAST{
command: null,
rowCount: null,
oid: null,
rows: Array(0),
fields: Array(0)
...
}npx wrangler hyperdrive update my-hyperdrive --disable-caching--disable-cachinghyperdrive update--origin-passwordwrangler hyperdrive update my-hyperdrive-name --origin-password mypassword --disable-caching