diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java index d3b6cfab8d..031d1a6005 100644 --- a/jOOQ/src/main/java/org/jooq/impl/DSL.java +++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java @@ -23418,6 +23418,21 @@ public class DSL { * A set of known limitations can be found here: https://github.com/jOOQ/jOOQ/issues/12021. *

+ * An important limitation is that correlating MULTISET + * subqueries currently only works on dialects that support correlating + * derived tables. This excludes: + *

+ *

+ * See also https://github.com/jOOQ/jOOQ/issues/12045. + * The various {@link #multisetAgg(Field...)} overloads are not affected + * from this limitation. + *

* Please report any issues you may encounter on the above issue, or in a * new issue on github. */