]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3755 Fix query
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 6 May 2013 14:44:55 +0000 (16:44 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Mon, 6 May 2013 14:44:55 +0000 (16:44 +0200)
sonar-core/src/main/resources/org/sonar/core/issue/db/ActionPlanStatsMapper.xml

index b703054d054b1bc0e280a99540962f29f08a3753..32e916baf9f89524e6b62b49e7bccfc0b5a0f040 100644 (file)
@@ -25,7 +25,7 @@
     <where>
       and ap.project_id = #{projectId}
     </where>
-    group by ap.id, ap.name, ap.description, ap.user_login, ap.project_id, ap.status, ap.deadline, ap.created_at, ap.updated_at
+    group by ap.id, ap.kee, ap.name, ap.description, ap.user_login, ap.project_id, ap.status, ap.deadline, ap.created_at, ap.updated_at
   </select>
 
 </mapper>
\ No newline at end of file