Hi Ben,

This is something you should be doing directly on the connection pool /
driver. You can do it with jOOQ's plain SQL API, of course, but jOOQ will
stay unaware of this setting:

DSL.using(configuration).execute("SET lc_numeric = 'C'");


Of course, you could also write your own little API for typesafe calls to
PostgreSQL's SET commands.

Cheers
Lukas

2014-02-18 12:40 GMT+01:00 Ben Hood <[email protected]>:

> Hi,
>
> I was wondering if there is an easy way to set LC_NUMERIC for a
> connection in JOOQ. Or is this something the connection pool/driver
> should be doing?
>
> Cheers,
>
> Ben
>
> --
> 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