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.
