]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10587 fix another incompatibility with Oracle
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 30 Apr 2018 20:29:19 +0000 (22:29 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 1 May 2018 18:20:53 +0000 (20:20 +0200)
server/sonar-db-dao/src/main/resources/org/sonar/db/issue/IssueMapper.xml

index 696ccef78f7fe3d1820e0be03533b73f2539b425..b31ee48a802b1fde5590f1910cc032e20de6dc1d 100644 (file)
     inner join projects p on p.uuid=i.component_uuid
     inner join projects root on root.uuid=i.project_uuid
     where
-    r.is_external = 'false' and
+    r.is_external = ${_false} and
     i.component_uuid = #{componentUuid,jdbcType=VARCHAR} and
     i.status &lt;&gt; 'CLOSED'
   </select>