]> source.dussan.org Git - sonarqube.git/commitdiff
Experimental fix for purges on Oracle
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 2 Feb 2012 10:28:00 +0000 (11:28 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 2 Feb 2012 10:28:18 +0000 (11:28 +0100)
sonar-core/src/main/resources/org/sonar/core/purge/PurgeMapper.xml

index 28745b8527277e44e3adac116f39d033d8f8c84f..ac1b2288f93f92efb0422e2043b36a52ee6c1dc0 100644 (file)
@@ -3,7 +3,7 @@
 
 <mapper namespace="org.sonar.core.purge.PurgeMapper">
 
-  <select id="selectSnapshotIds" parameterType="map" resultType="long">
+  <select id="selectSnapshotIds" parameterType="map" resultType="long" resultSetType="SCROLL_INSENSITIVE">
     select s.id from snapshots s
     <where>
       <if test="islast != null">