Hi.

If we have "renderSchema = false" (in the JOOQ settings) - then the 
 "getSql()" method will return query without the schema alias. For example: 
"SELECT * FROM `ACCOUNT`"
If we have "renderSchema = true" - then the  "getSql()" method will return 
query with the schema alias. For example: "SELECT * FROM 
`<SOME_SCHEMA_NAME>`.`ACCOUNT`"
and it's ok.

Would it be possible to, for example, when we're using the "getSql()" 
method will return query without the schema alias if we have "renderSchema 
= true" and vice versa ?

Thanks,
Volodymyr Mudryk.

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