The recently added bind type support should help, see the last example here: https://metacpan.org/pod/Mojo::Pg::Database#query
On Fri, Jun 16, 2017 at 4:24 PM, Alejandro Imass <[email protected]> wrote: > On Fri, Jun 16, 2017 at 4:00 PM, Alejandro Imass <[email protected]> > wrote: > > Hi, > > > > Bytea values are coming back as empty strings. Am I missing something or > is > > this a limitation and if so, is there a workaround? > > > > TIA, > > Alejandro Imass > > > > Seems like a DBI issue and requires some explicit spec on the Pg > datatype and bind the params manually... > Anyone have an example by any chance (for selects and/or insert/update) ?? > > TIA, > Alejandro Imass > > -- > 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 https://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 https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
