I noticed that parentheses added to select statement inside a query (for example between union statement), is it possible to control it?
removing specific select statement parentheses? or to remove them completely? via flag or method or post processor ? for example: (select x from y) union (select x from y) to be: select x from y union select x from y Thanks, Ohad -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/aec9605e-52c6-452c-8183-8b4abb552033%40googlegroups.com.
