Hi Volodymyr. Thank you very much for your enquiry.
Would you mind explaining the rationale behind your idea? I mean, why would you want to do the exact opposite of what the flag says? :) Best Regards, Lukas 2016-02-09 16:13 GMT+01:00 Volodymyr Mudryk <[email protected]> : > 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. > -- 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.
