The hyperdrive page shows nothing in Traditional Chinese, but it works in English.
The hyperdrive page shows nothing in Traditional Chinese, but it works in English.

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--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.--disable-caching option isn't documented in the hyperdrive update docs, and the HD dashboard doesn't seem to provide any means to edit settings (see my hyperdrive). So is this just a case of the docs being out of sync?wrangler hyperdrive update my-hyperdrive-name --origin-password mypassword --disable-cachingwrangler <cmd> --help over using the docs--caching-disabled option I didn't see the boolean reference following it (or it wasn't there). I see it is there in --help.SELECT data FROM my_table WHERE primary_key = 1234;datacfd355bcff7e6af6838743ae944184b00bbf89fd8f5544b4a313f26006174018USER -> [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)
...
}--remote--remotenpx wrangler hyperdrive update my-hyperdrive --disable-caching--disable-cachinghyperdrive update--origin-passwordwrangler hyperdrive update my-hyperdrive-name --origin-password mypassword --disable-caching--caching-disabled Whether caching query results is disabled for this Hyperdrive config [boolean]wrangler <cmd> --help--caching-disabled--help