]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5560 - Fixed mapper param name (must be date)
authorStephane Gamard <stephane.gamard@sonarsource.com>
Mon, 8 Sep 2014 10:36:22 +0000 (12:36 +0200)
committerStephane Gamard <stephane.gamard@sonarsource.com>
Mon, 8 Sep 2014 15:48:50 +0000 (17:48 +0200)
sonar-core/src/main/resources/org/sonar/core/qualityprofile/db/ActiveRuleMapper.xml

index b0cbe0057b99aff5bc86fb2493c6c42a2a9e9645..bf10a7f24181a3950370a32547dd30331c35b804 100644 (file)
@@ -45,7 +45,7 @@
     from active_rules a
     <include refid="activeRuleKeyJoin"/>
     <where>
-      a.updated_at IS NULL or a.updated_at &gt;= #{id}
+      a.updated_at IS NULL or a.updated_at &gt;= #{date}
     </where>
   </select>