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 a53e1de commit 6c402adCopy full SHA for 6c402ad
cpp/ql/src/Telemetry/CompilerErrors.ql
@@ -9,4 +9,4 @@
9
import Metrics
10
11
from CppMetrics::ErrorCount m
12
-select m, m.getValue() as c order by c desc
+select m.toString(), m.getValue()
cpp/ql/src/Telemetry/DatabaseQuality.ql
from QualityMetric m
-select m, m.getValue() order by m
cpp/ql/src/Telemetry/ExtractionMetrics.ql
from ExtractionMetric m
0 commit comments