postgrest-translation-proxy icon indicating copy to clipboard operation
postgrest-translation-proxy copied to clipboard

google_translate.urlencode fails on \

Open narc-Ontakac2 opened this issue 5 years ago • 0 comments

This affects both implementations (old and new) and comes from the fact, that '\'::bytea (on a single backslash) throws an exception. convert_to( , 'utf-8') should be used instead.

narc-Ontakac2 avatar Jul 01 '19 19:07 narc-Ontakac2