Community

Create Empty Optional SQL Clauses with jOOQ

(lukaseder) When using jOOQ to create dynamic SQL statements (one of jOOQ’s core value propositions), it is often necessary to add query elements conditionally, with a default “No-op” behaviour.