Hello Bert, >> But here the schema mapping is not considered => is this the expected >> behaviour ? > > That is not expected. Both SQLDialect and SchemaMapping should be > considered in this case. I'll further analyse this potential bug: > https://sourceforge.net/apps/trac/jooq/ticket/880
I could not reproduce this issue. Query.getSQL() correctly renders mapped schemata in my integration tests. Maybe you can provide me with some code to reproduce the issue? How are you constructing your Query? Cheers Lukas
