Re: Non working example
Daniel Gustafsson <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
> On 1 Jul 2019, at 12:19, Maarten van Gijssel <[email protected]> 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