plopslop

Java, SQL and jOOQ.

blog.jooq.orgadded August 2026

A Condition is a Field

Java, SQL and jOOQ.24 Aug 2022

Starting with jOOQ 3.17, the Condition type extends the Field<Boolean> type. Because, that’s what the SQL standard thinks it is, in sorts: <boolean value expression> ::= <predicate> The exact...