You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
When sending byte-arrays to postgres using it's hex-format (e.g. nonce: "\xe2cf51076254e9e0b9b89690448263f3bd35a33224a693f6") this works perfectly fine while utilising standard supabase functions.
But when using a subscription it returns a different String (e.g. nonce: "\x653263663531303736323534653965306239623839363930343438323633663362643335613333323234613639336636") that looks like a dec number instead of a hex number. I couldn't find out how supabase creates the returned string.
To Reproduce
create a subscription for a table with a column with type byta.