Hello,

Is there anything you think should be done from the jOOQ side? By default,
jOOQ uses bind variables, and the encoding of byte arrays shouldn't be an
issue. Are you inlining bind values? If so, can you provide a reproducible
test case?

Regards,
Lukas


2014-01-29 <[email protected]>

> Ok, we changed a property in the Postgres database so that the output is
> returned as 'escape' instead of 'hex'.
> 'Hex' is the default in Prosgres 9.
>
> We did:
>
> 'SET bytea_output = 'escape';'
>
> Now it works as expected.
>
> Greetings from Dresden
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to