]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5561 Fix issue on Oracle
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 10 Sep 2014 09:01:07 +0000 (11:01 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 10 Sep 2014 09:01:15 +0000 (11:01 +0200)
sonar-core/src/main/resources/org/sonar/core/issue/db/IssueAuthorizationMapper.xml

index 2ff34885ec6780f4dd5a0aba2a88d833f9f4de28..1b741c8f211d3e99f4e97995d83f0ef03e4c34bf 100644 (file)
@@ -47,7 +47,7 @@
       WHERE
       projects.authorization_updated_at &gt;= #{date}
       AND group_roles.group_id IS NULL
-    ) AS project_authorization
+    ) project_authorization
   </select>
 
 </mapper>