Hi in our system every tenant has a separate schema, i.e. it is prefixed 
with the tenant's id.

I'm trying to find a way to dynamically set schema to be used in JOOQ 
queries, but until now i only found static configuration to do this (via 
`Settings.withRenderMapping()`).
Now in our case the schema that must be used can change on every request 
that is served. The tenant-id is known in the request's context and I'd 
like the schema-name in generated sql queries to reflect the current tenant.

Is there a proper way to achieve this?

-- 
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/d/optout.

Reply via email to