> On 1 Jul 2019, at 12:19, Maarten van Gijssel <maarten(at)vgijssel(dot)nl> wrote:
>
> After I posted the question, I realised my mistake 😅. I was using the pg gem in Ruby to run the SQL "SELECT encode('123\000\001', 'base64')", the double quotes ensure the `\0` will be interpreted as a null byte hence throwing the error.
Aha, there we go.
> Sorry, my mistake!
No worries at all.
cheers ./daniel