aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-04 21:48:14 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-04 21:48:49 +0200
commit6c2cedfbdee3cd0533cddac355fa64054f1a653b (patch)
treef090ef52448e7ebd87c01c1427b0667d68dca454 /sonar-application/src
parent88bdd17e11b618321f7fee543e08e363fdb5763b (diff)
downloadsonarqube-6c2cedfbdee3cd0533cddac355fa64054f1a653b.tar.gz
sonarqube-6c2cedfbdee3cd0533cddac355fa64054f1a653b.zip
SONAR-8632 support SQLServer 2016
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 4b5de0da3ec..a2e16d2cc54 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -37,7 +37,7 @@
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar
-#----- Microsoft SQLServer 2014 and SQL Azure
+#----- Microsoft SQLServer 2014/2016 and SQL Azure
# A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS)
# Use the following connection string if you want to use integrated security with Microsoft Sql Server
# Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security