jooq/jOOQ
Knut Wannheden 25772619df [jOOQ/jOOQ#3676] Try avoid rendering parenthesis for set operations
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.
2020-01-22 12:09:11 +01:00
..
src/main [jOOQ/jOOQ#3676] Try avoid rendering parenthesis for set operations 2020-01-22 12:09:11 +01:00
.gitignore [jOOQ/jOOQ#9667] Stop generating JAXB episode files 2019-12-12 12:19:43 +01:00
LICENSE.txt
NOTICE.txt
pom.xml Fixes #9670 to make jooq OSGi backwards compatible for slf4j and also fix the bundle to not import itself. 2019-12-13 08:57:30 +01:00