By default (`Settings#renderParenthesisAroundSetOperationQueries = false`) jOOQ will attempt to avoid rendering parenthesis pairs around the queries combined with set operators (e.g. `UNION` or `UNION ALL`). In situations where this causes problems, i.e. when the parenthesis pair is required, the setting can be set to `true` in which case the parenthesis pair will always be rendered around each of the combined queries. |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||