The solution I come up with is to omit the schema and catalog notion during SQL 
generation:
DSL.using(<data source>, <dialect>, new 
Settings().withRenderSchema(false).withRenderCatalog(false)

-- 
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