It works, thanks! On Wed, Jun 17, 2015 at 9:10 PM, sri <[email protected]> wrote:
> Postgres can accept unicode symbols as sequences of \uXXXX ( >> http://www.postgresql.org/docs/9.4/static/datatype-json.html). So, while >> insert json via Mojo::Pg we need to encode json with only ascii symbols. >> Otherwise, the data will be encoded twice. >> > > This is not quite correct, but i do understand now what you were trying to > tell me. > > > https://github.com/kraih/mojo-pg/commit/6dcc2a760634bfffc3a543af7e13ca1b6f2811bd > > -- > sebastian > > -- > You received this message because you are subscribed to the Google Groups > "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. > -- Андрей Хозов -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
