]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5580 fix compatibility with Oracle
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 16 Sep 2014 08:35:03 +0000 (10:35 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 16 Sep 2014 08:35:03 +0000 (10:35 +0200)
sonar-core/src/main/resources/org/sonar/core/persistence/migration/v44/Migration44Mapper.xml

index eeb24110187d8191ef5114ac7a1e1d492726ff46..acd7f5ba7752703bfe3fec8ae39fc12f82de75bd 100644 (file)
@@ -41,7 +41,7 @@
 
   <select id="selectMeasuresOnDeletedQualityProfiles" resultType="long">
      select pm.id from project_measures pm
-      inner join snapshots as s on s.id=pm.snapshot_id and s.islast=${_true}
+      inner join snapshots s on s.id=pm.snapshot_id and s.islast=${_true}
       where
         pm.metric_id=(select id from metrics where name='quality_profiles')
         and pm.value is not null