From: Julien Lancelot Date: Wed, 28 Aug 2013 11:12:38 +0000 (+0200) Subject: Fix query X-Git-Tag: 3.7.1-RC1-~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e0b09631fe4041cfceac233532c9ff84efefb2b0;p=sonarqube.git Fix query --- diff --git a/sonar-core/src/main/resources/org/sonar/core/resource/ResourceMapper.xml b/sonar-core/src/main/resources/org/sonar/core/resource/ResourceMapper.xml index 18cbecb6dc1..3cec051123a 100644 --- a/sonar-core/src/main/resources/org/sonar/core/resource/ResourceMapper.xml +++ b/sonar-core/src/main/resources/org/sonar/core/resource/ResourceMapper.xml @@ -153,7 +153,7 @@ - select from projects p + select p.* from projects p inner join snapshots s on s.project_id=p.id @@ -166,8 +166,8 @@ - + select p.* from projects p left join () availableProjects on availableProjects.id=p.id and availableProjects.id is null