aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/measure/MeasureQueryTest.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-139/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-3/+2
|
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-031-0/+140
It now accepts either a list of projects or a project with a list of components, but no more a list of components of any projects It's no more possible to query a list of any components, because when doing that the performance are very bad (it would probably requires to add a column PROJECT_MEASURES.PROJECT_UUID)