[jOOQ/jOOQ#17954] QUALIFY emulation shouldn't use HAVING in the absence of aggregate functions

This commit is contained in:
Lukas Eder 2025-02-05 15:23:54 +01:00
parent ecd65dbe73
commit 44ef3b2f22

View File

@ -1487,6 +1487,7 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp
@SuppressWarnings("unchecked")