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 fccf2d7 commit 10aad99Copy full SHA for 10aad99
ql/ql/src/queries/bugs/SumWithoutDomain.ql
@@ -11,6 +11,6 @@
11
import ql
12
13
from ExprAggregate agg
14
-where agg.getKind() = ["sum", "strictsum"]
+where agg.getKind() = ["sum", "strictsum", "avg"]
15
select agg,
16
"This " + agg.getKind() + " does not have a domain argument, so may produce surprising results."
0 commit comments