Skip to content

Commit 68edfc6

Browse files
committed
Fix "0GROUP BY" error
1 parent 9ba19b1 commit 68edfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/TestCoverage/Data/Run.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ClassMethod MapRunCoverage(pRunIndex As %Integer) As %Status
132132
" AND oldMetric.element_key = map.ToLine "_
133133
"WHERE source.Run = ? "_
134134
" AND source.Ignore = 0"_
135-
" AND source.Calculated = 0"_
135+
" AND source.Calculated = 0 "_
136136
"GROUP BY target.ID,map.ToLine"
137137

138138
#dim tResult As %SQL.StatementResult

0 commit comments

Comments
 (0)