]> source.dussan.org Git - sonarqube.git/commitdiff
Fix SQL for Oracle
authorJulien Lancelot <julien.lancelot@gmail.com>
Wed, 14 Aug 2013 16:17:41 +0000 (18:17 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Wed, 14 Aug 2013 16:17:41 +0000 (18:17 +0200)
sonar-core/src/main/resources/org/sonar/core/user/RoleMapper.xml

index 7d7e9b075f77d1c0ca7976cacbe205621b02014a..be4b7671b5d1a7dd377588c18c3ef372f2b82392 100644 (file)
       AND (gr.role=#{permission} AND gr.resource_id IS NULL)
       AND u.active=${_true}
     </where>
-    ) AS tmp
+    ) tmp
   </select>
 
 </mapper>