Hi

I tried various ways to define a schema when creating table but I don't 
manage to get it work.

For example, when writing :
val dsl: DSLContext = using(dataSource, dialect, new 
Settings().withRenderMapping(new 
RenderMapping().withDefaultSchema("SCHEMA_NAME")))
dsl.createTableIfNotExists("FOO").columns(...).execute()

But after in the logs I see: create table if not exists "FOO" (..) => the 
schema is missing

When I try to query it through the table template approach (cf // 
https://stackoverflow.com/questions/35154523/jooq-table-template-dynamic-table-name-for-queries),
 
it then fails because the template rightly prefix the table name by the 
schema...

What am I missing ?

Thanks in advance

Best,
joseph

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