]> source.dussan.org Git - sonarqube.git/commit
SONAR-4586 SonarQube purge on MSSQL can fail with the following error : "Prepared...
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 23 Aug 2013 10:05:14 +0000 (12:05 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 23 Aug 2013 10:05:14 +0000 (12:05 +0200)
commit2c67a20e2f883c1394e2a7732b7d6aa29f0b985e
treed9832ace4917920d3b758471b0fd8206836dfd7c
parent8c3da7b9077f400ac97b0b745445d0d798438941
SONAR-4586 SonarQube purge on MSSQL can fail with the following error : "Prepared or callable statement has more than 2000 parameter markers"
sonar-core/src/main/java/org/sonar/core/purge/PurgeCommands.java
sonar-core/src/main/java/org/sonar/core/purge/PurgeMapper.java
sonar-core/src/main/resources/org/sonar/core/purge/PurgeMapper.xml
sonar-core/src/test/java/org/sonar/core/purge/PurgeCommandsTest.java