[jOOQ/jOOQ#13593] transformPatternsUnnecessaryDistinct

Another case are projection only queries, e.g. SELECT DISTINCT 1 => SELECT 1
This commit is contained in:
Lukas Eder 2022-11-16 11:53:40 +01:00
parent 394bd54d9f
commit c4a0bf9127

View File

@ -2446,6 +2446,16 @@ package org.jooq.impl;