diff --git a/jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java b/jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java index b8b6e70466..ef864f3d94 100644 --- a/jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java +++ b/jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java @@ -269,6 +269,7 @@ import org.jooq.JoinType; import org.jooq.Name; import org.jooq.Operator; import org.jooq.OrderField; +import org.jooq.Param; // ... import org.jooq.QualifiedAsterisk; import org.jooq.QueryPart; @@ -1762,6 +1763,7 @@ final class SelectQueryImpl extends AbstractResultQuery imp + case MARIADB: { @@ -1889,6 +1891,20 @@ final class SelectQueryImpl extends AbstractResultQuery imp context.scopeEnd(); } + + + + + + + + + + + + + + private final void pushWindow(Context context) { // [#531] [#2790] Make the WINDOW clause available to the SELECT clause // to be able to inline window definitions if the WINDOW clause is not