]> source.dussan.org Git - sonarqube.git/commitdiff
Fix ResourceIndexerMapperTest on Postgresql
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Jun 2013 07:52:28 +0000 (09:52 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Jun 2013 07:53:23 +0000 (09:53 +0200)
sonar-core/src/main/resources/org/sonar/core/resource/ResourceIndexerMapper.xml

index 3881c6050fe9e5cf52b8c6d4298d24ed3cc378fc..51fdfe17d1a6feb2ff40e7892c9654e4a456881d 100644 (file)
@@ -31,6 +31,7 @@
         and not exists(select * from resource_index ri where ri.resource_id=p.id)
       </if>
     </where>
+    order by p.id
   </select>
 
   <select id="selectRootProjectIds" parameterType="map" resultType="int">