We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bcdda commit 09f8cc8Copy full SHA for 09f8cc8
1 file changed
QueryBuilder/Compilers/Compiler.cs
@@ -65,6 +65,7 @@ private Query TransformAggregateQuery(Query query)
65
if (query.IsDistinct)
66
{
67
query.ClearComponent("aggregate", EngineCode);
68
+ query.ClearComponent("select", EngineCode);
69
query.Select(clause.Columns.ToArray());
70
}
71
else
0 commit comments