]> source.dussan.org Git - sonarqube.git/commit
SONAR-17636 fix in clause with too much values
authorSteve Marion <unknown>
Wed, 23 Nov 2022 16:29:37 +0000 (17:29 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 29 Nov 2022 20:02:49 +0000 (20:02 +0000)
commitcf2a831618c9fccc3c9a2d68db3ce910ee2d501a
treeaf0eae6a71b45caccef67f4a045736886727dfcc
parentde64d6810ada66b31f205bbe21e1498cd9700fed
SONAR-17636 fix in clause with too much values

replace the IN clause with a join on project_branch (skipping a query).
server/sonar-db-dao/src/main/java/org/sonar/db/measure/ProjectMeasuresIndexerIterator.java